org.mapdb / DataIO / unpackRecid

unpackRecid

static fun unpackRecid(in: DataInput2): Long

Unpack RECID value from the input stream with 3 bit checksum.

Parameters

in - The input stream.

Exceptions

java.io.IOException - in case of IO error

Return
The long value.