Seekable

A seekable stream can move the read/write starting position in the stream.

interface Seekable : Stream(
Stream
) {}

Members

Functions

seekTo
long seekTo(long offset, From from)

Seeks to the specified offset relative to the given starting location.

Meta