public class VInt8IntDecoder extends IntDecoder
IntDecoder
which can decode values encoded by
VInt8IntEncoder
.EOS, in
Constructor and Description |
---|
VInt8IntDecoder() |
Modifier and Type | Method and Description |
---|---|
long |
decode()
Decodes data received from the input stream, and returns one decoded
integer.
|
String |
toString() |
reInit
public long decode() throws IOException
IntDecoder
IntDecoder.EOS
is returned.decode
in class IntDecoder
IntDecoder.EOS
if end-of-stream
reached.IOException
- if an I/O error occurs