VFSFileInput.seek

Set file position to offset bytes from specified origin.

struct VFSFileInput
void
seek

Parameters

origin
Type: Seek

Position to which offset is added.

Throws

VFSIOException if trying to seek before the beginning or beyond the end of file.

Meta