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
StreamStorageMarshallerpack in interface StreamStorageMarshallerinStorage - the storage to marshallos - the output streamjava.lang.Exceptionpublic void unpack(java.io.InputStream is,
StreamStorage outStorage)
throws java.lang.Exception
StreamStorageMarshallerunpack in interface StreamStorageMarshallerjava.lang.Exception