Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.services.io
Interface StreamStorable  view StreamStorable download StreamStorable.java


public interface StreamStorable

Formatable for holding SQL data (which may be null). It supports streaming columns.


Method Summary
 void loadStream()
          sets the stream state for the object.
 java.io.InputStream returnStream()
          Return the stream state of the object.
 void setStream(java.io.InputStream newStream)
          sets the stream state for the object.
 

Method Detail

returnStream

public java.io.InputStream returnStream()
Return the stream state of the object.


setStream

public void setStream(java.io.InputStream newStream)
sets the stream state for the object.


loadStream

public void loadStream()
                throws org.apache.derby.iapi.error.StandardException
sets the stream state for the object.