Defile.seek

A wrapper for PHYSFS_seek.

Seeks from the beginning of the file to the specified position. See the documentation for PHYSFS_seek for details.

struct Defile
void
seek
(
size_t position
)

Parameters

position
Type: size_t

The offset from the beginning of the file to move to.

Throws

DefileException if an error occurs.

Meta