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