open fun deserializeFromLong(input: Long, available: Int): A
Deserializes and returns the content of the given long.
input
- long to de-serialize data from available
- how many bytes that are available in the long for reading, or 0 (null). IOException
- in case of an I/O errorReturn
the de-serialized content of the given long