public interface StreamStorable
Formatable
Modifier and Type | Method and Description |
---|---|
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.
|
java.io.InputStream returnStream()
void setStream(java.io.InputStream newStream)
void loadStream() throws StandardException
StandardException
- on errorApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.