org.mapdb / Serializer / deserializeFromLong

deserializeFromLong

open fun deserializeFromLong(input: Long, available: Int): A

Deserializes and returns the content of the given long.

Parameters

input - long to de-serialize data from

available - how many bytes that are available in the long for reading, or 0 (null).

Exceptions

IOException - in case of an I/O error

Return
the de-serialized content of the given long