Constructor and Description |
---|
SinkChannel(java.nio.channels.WritableByteChannel channel) |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
void |
update(byte c) |
void |
update(byte[] data,
int off,
int len) |
public void update(byte c) throws CodecException
update
in interface Codec
CodecException
public void update(byte[] data, int off, int len) throws CodecException
update
in interface Codec
CodecException
public void flush() throws CodecException
flush
in interface Codec
CodecException