Translatorpublic interface Translator general interface for an translator. |
Methods Summary |
---|
public int | decode(byte[] in, int inOff, int length, byte[] out, int outOff)
| public int | encode(byte[] in, int inOff, int length, byte[] out, int outOff)
| public int | getDecodedBlockSize()size of the output block on decoding produced by getEncodedBlockSize()
bytes.
| public int | getEncodedBlockSize()size of the output block on encoding produced by getDecodedBlockSize()
bytes.
|
|