public interface Codec
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
update(byte c) |
void |
update(byte[] data,
int off,
int len) |
void update(byte c)
throws CodecException
CodecExceptionvoid update(byte[] data,
int off,
int len)
throws CodecException
CodecExceptionvoid flush()
throws CodecException
CodecException