|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StreamStorable
Streaming interface for a data value. The format of
the stream is data type dependent and represents the
on-disk format of the value. That is it is different
to the value an application will see through JDBC
with methods like getBinaryStream and getAsciiStream.
If the value is NULL (DataValueDescriptor.isNull returns
true then these methods should not be used to get the value.
Formatable
Method Summary | |
---|---|
void |
loadStream()
Set the value by reading the stream and converting it to an object form. |
java.io.InputStream |
returnStream()
Return the on-disk stream state of the object. |
void |
setStream(java.io.InputStream newStream)
sets the on-disk stream state for the object. |
Method Detail |
---|
java.io.InputStream returnStream()
void setStream(java.io.InputStream newStream)
void loadStream() throws StandardException
StandardException
- on error
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |