public class Zipper extends Object implements IByteHandler
IByteHandler.IByteHandlerPipeline
Constructor and Description |
---|
Zipper() |
Modifier and Type | Method and Description |
---|---|
Zipper |
clone()
Defining the cloning operation
|
InputStream |
deserialize(InputStream pToDeserialize)
Method to deserialize any byte-chunk.
|
OutputStream |
serialize(OutputStream pToSerialize)
Method to serialize any byte-chunk.
|
String |
toString() |
public OutputStream serialize(OutputStream pToSerialize) throws TTByteHandleException
serialize
in interface IByteHandler
pToSerialize
- byte to be serializedTTByteHandleException
- to be capsulated.public InputStream deserialize(InputStream pToDeserialize) throws TTByteHandleException
deserialize
in interface IByteHandler
pToDeserialize
- to deserializeTTByteHandleException
- to be capsulated.public Zipper clone()
clone
in interface IByteHandler
clone
in class Object
IByteHandler
-instance.Copyright © 2013. All Rights Reserved.