public abstract class ByteArrayToCharTransformer extends Object implements ByteToCharTransformer
| Constructor and Description |
|---|
ByteArrayToCharTransformer() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
transform(byte[] r) |
Writer |
transform(InputStream in) |
Writer |
transform(InputStream in,
Writer w)
An implementation for transform(Reader, Writer) based on transform(String).
|
OutputStream |
transformBack(Reader r) |
OutputStream |
transformBack(Reader in,
OutputStream out) |
byte[] |
transformBack(String r) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic abstract String transform(byte[] r)
transform in interface ByteToCharTransformerpublic final OutputStream transformBack(Reader r)
transformBack in interface ByteToCharTransformerpublic final Writer transform(InputStream in)
transform in interface ByteToCharTransformerpublic byte[] transformBack(String r)
transformBack in interface ByteToCharTransformerpublic Writer transform(InputStream in, Writer w)
transform in interface ByteToCharTransformerpublic OutputStream transformBack(Reader in, OutputStream out)
transformBack in interface ByteToCharTransformerMMBase 1.9-SNAPSHOT - ${javadoctimestamp}