static fun unpackLong(in: DataInput): Longstatic fun unpackLong(in: InputStream): LongUnpack 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