public interface IByteHandler extends Cloneable
Modifier and Type | Interface and Description |
---|---|
static interface |
IByteHandler.IByteHandlerPipeline
Concartenating interface for offering dedicated access to
ByteHandlerPipeline for injections. |
Modifier and Type | Method and Description |
---|---|
IByteHandler |
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.
|
OutputStream serialize(OutputStream pToSerialize) throws TTByteHandleException
pToSerialize
- byte to be serializedTTByteHandleException
- to be capsulated.InputStream deserialize(InputStream pToDeserialize) throws TTByteHandleException
pToDeserialize
- to deserializeTTByteHandleException
- to be capsulated.IByteHandler clone()
IByteHandler
-instance.Copyright © 2013. All Rights Reserved.