Seekable.seekTo

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

interface Seekable(Stream)
long
seekTo

Parameters

offset long

The offset relative to from.

from From

The relative position to seek to.

Meta