Position

class Position(val position: Long) : ReadWriteStrategy(source)

Read from the given position within the file without using and updating the file descriptor's offset

Constructors

Link copied to clipboard
constructor(position: Long)

Properties

Link copied to clipboard