16#import "OFException.h"
19OF_ASSUME_NONNULL_BEGIN
30 OFStreamOffset _offset;
44@property (readonly, nonatomic) OFStreamOffset offset;
54@property (readonly, nonatomic)
int errNo;
66 offset: (OFStreamOffset)offset
70+ (instancetype)exception OF_UNAVAILABLE;
82 offset: (OFStreamOffset)offset
84 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
86- (instancetype)init OF_UNAVAILABLE;
OFSeekWhence
From where to seek.
Definition OFSeekableStream.h:50
The base class for all exceptions in ObjFW.
Definition OFException.h:151
An exception indicating that seeking in a stream failed.
Definition OFSeekFailedException.h:28
A stream that supports seeking.
Definition OFSeekableStream.h:71