public abstract class InputStreamTransformer extends Object implements ByteTransformer
ByteTransformer. This only leaves transform(InputStream, OutputStream) to implement.| Constructor and Description |
|---|
InputStreamTransformer() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
transform(byte[] r) |
abstract OutputStream |
transform(InputStream r,
OutputStream o) |
byte[] |
transformBack(byte[] r) |
OutputStream |
transformBack(InputStream r,
OutputStream o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic abstract OutputStream transform(InputStream r, OutputStream o)
transform in interface ByteTransformerpublic OutputStream transformBack(InputStream r, OutputStream o)
transformBack in interface ByteTransformerpublic byte[] transform(byte[] r)
transform in interface ByteTransformerpublic byte[] transformBack(byte[] r)
transformBack in interface ByteTransformerMMBase 1.9-SNAPSHOT - ${javadoctimestamp}