org.mapdb / DataIO / unpackLong

unpackLong

static fun unpackLong(in: DataInput): Long
static fun unpackLong(in: InputStream): Long

Unpack long value from the input stream.

Parameters

in - The input stream.

Exceptions

java.io.IOException - in case of IO error

Return
The long value.



static fun unpackLong(buf: ByteArray, pos: Int): Long