22 OF_ASSUME_NONNULL_BEGIN
29 OF_SUBCLASSING_RESTRICTED
33 size_t _size, _position;
48 + (instancetype)streamWithMemoryAddress: (
void *)address
50 writable: (
bool)writable;
52 - (instancetype)init OF_UNAVAILABLE;
66 - (instancetype)initWithMemoryAddress: (
void *)address
68 writable: (
bool)writable;
A seekable stream for reading from and writing to memory.
Definition: OFMemoryStream.h:30
A stream that supports seeking.
Definition: OFSeekableStream.h:74