18OF_ASSUME_NONNULL_BEGIN
25OF_SUBCLASSING_RESTRICTED
29 size_t _size, _position;
44+ (instancetype)streamWithMemoryAddress: (
void *)address
46 writable: (
bool)writable;
48- (instancetype)init OF_UNAVAILABLE;
62- (instancetype)initWithMemoryAddress: (
void *)address
64 writable: (
bool)writable;
A seekable stream for reading from and writing to memory.
Definition OFMemoryStream.h:27
A stream that supports seeking.
Definition OFSeekableStream.h:71