static fun unpackInt(is: DataInput): IntUnpack 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): IntUnpack 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