| Package | Description |
|---|---|
| org.mmbase.util.transformers |
`Tranformers' define tranformations of Strings, byte arrays and streams.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Base64
Code taken from "http://www.source-code.biz/snippets/java/2.htm"
|
class |
ByteArrayToCharTransformer
You need only to implement transform(byte[]) you have the simplest
kind of transformer (which is not 'streamable').
|
protected class |
ChecksumFactory.ChecksumTransformer |
class |
Hex
Encode a bytearray to a string by converting every byte to a hexadecimal (00 - FF)
representation, and decode the other way around.
|
| Constructor and Description |
|---|
ByteCharTransformer(ByteToCharTransformer b) |
ByteCharTransformer(ByteToCharTransformer b,
String enc) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}