seek


Description:

[ CCode ( vfunc_name = "Seek" ) ]
public virtual bool seek (off_t offset, SeekType whence)

Move the current location in the input stream.

Parameters:

this

the input stream

offset

target offset

whence

determines whether the offset is relative to the beginning or the end of the stream, or to the current location.

Returns:

true on error.