Package | Description |
---|---|
org.treetank.io.bytepipe |
Modifier and Type | Interface and Description |
---|---|
static interface |
IByteHandler.IByteHandlerPipeline
Concartenating interface for offering dedicated access to
ByteHandlerPipeline for injections. |
Modifier and Type | Class and Description |
---|---|
class |
ByteHandlerPipeline
Pipeline to handle Bytes before stored in the backends.
|
class |
Encryptor
Decorator for encrypting any content.
|
class |
Zipper
Decorator to zip any data.
|
Modifier and Type | Method and Description |
---|---|
IByteHandler |
IByteHandler.clone()
Defining the cloning operation
|
Modifier and Type | Method and Description |
---|---|
Iterator<IByteHandler> |
ByteHandlerPipeline.iterator() |
Constructor and Description |
---|
ByteHandlerPipeline(IByteHandler... pParts)
Constructor.
|
Copyright © 2013. All Rights Reserved.