public class ZipStreamMarshaller extends java.lang.Object implements StreamStorageMarshaller
Constructor and Description |
---|
ZipStreamMarshaller() |
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 ...
|
public void pack(StreamStorage inStorage, java.io.OutputStream os) throws java.lang.Exception
StreamStorageMarshaller
pack
in interface StreamStorageMarshaller
inStorage
- the storage to marshallos
- the output streamjava.lang.Exception
public void unpack(java.io.InputStream is, StreamStorage outStorage) throws java.lang.Exception
StreamStorageMarshaller
unpack
in interface StreamStorageMarshaller
java.lang.Exception