23 OF_ASSUME_NONNULL_BEGIN
33 OFStreamOffset _offset;
47 @property (readonly, nonatomic) OFStreamOffset offset;
57 @property (readonly, nonatomic)
int errNo;
69 offset: (OFStreamOffset)offset
73 + (instancetype)exception OF_UNAVAILABLE;
85 offset: (OFStreamOffset)offset
87 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
89 - (instancetype)init OF_UNAVAILABLE;
OFSeekWhence
From where to seek.
Definition: OFSeekableStream.h:54
An exception indicating that seeking in a stream failed.
Definition: OFSeekFailedException.h:30
The base class for all exceptions in ObjFW.
Definition: OFException.h:156
A stream that supports seeking.
Definition: OFSeekableStream.h:74