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.
|
java.lang.String |
toString() |
reInit
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 java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2023 Apache Software Foundation. All Rights Reserved.