16 #import "OFException.h"
17 #import "OFSeekableStream.h"
19 OF_ASSUME_NONNULL_BEGIN
42 @property (readonly, nonatomic) of_offset_t offset;
47 @property (readonly, nonatomic)
int whence;
52 @property (readonly, nonatomic)
int errNo;
54 + (instancetype)exception OF_UNAVAILABLE;
66 offset: (of_offset_t)offset
70 - (instancetype)init OF_UNAVAILABLE;
82 offset: (of_offset_t)offset
84 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition: OFException.h:147
An exception indicating that seeking in a stream failed.
Definition: OFSeekFailedException.h:28
A stream that supports seeking.
Definition: OFSeekableStream.h:57