VFSFileOutput.seek

Set file position to offset bytes from specified origin.

struct VFSFileOutput
void
seek

Parameters

origin Seek

Position to which offset is added.

Throws

VFSIOException if trying to seek before the beginning or behind the end of file, or on a different error.

Meta