public class SimpleIntDecoder extends IntDecoder
SimpleIntEncoder
.EOS, in
Constructor and Description |
---|
SimpleIntDecoder() |
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