IntReader

fun interface IntReader

Provides an abstraction for read int values, so that decoding logic can be reused in different DataInput.

Functions

Link copied to clipboard
abstract fun read(v: Long): Int