public class FourFlagsIntDecoder extends IntDecoder
FourFlagsIntEncoder
. Scans
the indicator
, one flag (1-bits) at a time, and decodes extra
data using VInt8IntDecoder
.FourFlagsIntEncoder
EOS, in
Constructor and Description |
---|
FourFlagsIntDecoder() |
public long decode() throws java.io.IOException
IntDecoder
IntDecoder.EOS
is returned.decode
in class IntDecoder
IntDecoder.EOS
if end-of-stream
reached.java.io.IOException
- if an I/O error occurspublic void reInit(java.io.InputStream in)
IntDecoder
reInit
in class IntDecoder
public java.lang.String toString()
toString
in class java.lang.Object