public interface StreamStorageMarshaller
| Modifier and Type | Method and Description |
|---|---|
void |
pack(StreamStorage inStorage,
java.io.OutputStream os)
Pack the stream storage in an outputStream
|
void |
unpack(java.io.InputStream is,
StreamStorage outStorage)
Unpack the stream in an outStorage ...
|
void pack(StreamStorage inStorage, java.io.OutputStream os) throws java.lang.Exception
inStorage - the storage to marshallos - the output streamjava.lang.Exceptionvoid unpack(java.io.InputStream is,
StreamStorage outStorage)
throws java.lang.Exception
is - outStorage - java.lang.Exception