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() |
reInitpublic long decode()
throws IOException
IntDecoderIntDecoder.EOS is returned.decode in class IntDecoderIntDecoder.EOS if end-of-stream
reached.IOException - if an I/O error occursCopyright © 2000-2012 Apache Software Foundation. All Rights Reserved.