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() |
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 occurs