Index: src/OFStream.h ================================================================== --- src/OFStream.h +++ src/OFStream.h @@ -804,8 +804,12 @@ * \brief Closes the stream. */ - (void)close; /// \cond internal +- (size_t)_readNBytes: (size_t)length + intoBuffer: (void*)buffer; +- (void)_writeNBytes: (size_t)length + fromBuffer: (const void*)buffer; - (BOOL)_isWaitingForDelimiter; /// \endcond @end