@@ -194,20 +194,19 @@ * override these methods without the `lowlevel` prefix, you *will* break * caching and get broken results! */ @interface OFStream: OFObject { + bool _blocking; + id _Nullable _delegate; #if !defined(OF_SEEKABLE_STREAM_M) && !defined(OF_TCP_SOCKET_M) @private #endif char *_Nullable _readBuffer, *_Nullable _readBufferMemory; char *_Nullable _writeBuffer; size_t _readBufferLength, _writeBufferLength; bool _writeBuffered, _waitingForDelimiter; -@protected - bool _blocking; - id _Nullable _delegate; OF_RESERVE_IVARS(4) } /*! * @brief Whether the end of the stream has been reached.