| Constructor and Description |
|---|
BoundCheck(long bytes,
long milliseconds,
Codec sink) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
update(byte c) |
void |
update(byte[] data,
int off,
int len) |
public BoundCheck(long bytes,
long milliseconds,
Codec sink)
public void update(byte c)
throws CodecException
update in interface CodecCodecExceptionpublic void update(byte[] data,
int off,
int len)
throws CodecException
update in interface CodecCodecExceptionpublic void flush()
throws CodecException
flush in interface CodecCodecException