static fun unpackInt(is: DataInput): Int
Unpack int value from the input stream.
is
- The input stream. java.io.IOException
- in case of IO errorReturn
The long value.
static fun unpackInt(in: InputStream): Int
Unpack int value from the input stream.
in
- The input stream. java.io.IOException
- in case of IO errorReturn
The long value.
static fun unpackInt(buf: ByteArray, pos: Int): Int