Base structure.
Read raw binary data.
Seek to the specified offset position. |whence| may be any one of SEEK_CUR, SEEK_END or SEEK_SET. Return zero on success and non-zero on failure.
Return the current offset position.
See Implementation
Base structure.