offset

val offset: Int? = null

Seek to the specified offset before reading (if not specificed, proceed with offset following the last read). Some types of streams may only support sequential reads.

Sources

jvm source
Link copied to clipboard