ObjFW
Loading...
Searching...
No Matches
Classes | Enumerations
OFSeekableStream.h File Reference
#include "objfw-defs.h"
import "OFStream.h"

Go to the source code of this file.

Classes

class  OFSeekableStream
 A stream that supports seeking. More...
 

Enumerations

enum  OFSeekWhence { OFSeekSet , OFSeekCurrent , OFSeekEnd }
 From where to seek. More...
 

Enumeration Type Documentation

◆ OFSeekWhence

From where to seek.

Enumerator
OFSeekSet 

Seek to the end of the stream + offset.

OFSeekCurrent 

Seek to the current location + offset.

OFSeekEnd 

Seek to the specified byte.