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
CodecException
void update(byte[] data, int off, int len) throws CodecException
CodecException
void flush() throws CodecException
CodecException