File.fileSeek()

Signature

void fileSeek (Object writerReader, long pos)

Domain

ACTION

Description

Sets the file-pointer offset at which the next read or write will occur.

Parameters

NameTypeDescription
writerReaderObjectThe target file.
poslongThe offset from the beginning of the file.

Returns

TypeDescription
void

Cautions

none