Index: src/OFStream.h ================================================================== --- src/OFStream.h +++ src/OFStream.h @@ -48,10 +48,11 @@ BOOL waitingForDelimiter; } #ifdef OF_HAVE_PROPERTIES @property (assign, getter=isBlocking) BOOL blocking; +@property (readonly, getter=isAtEndOfStream) BOOL atEndOfStream; #endif /** * \brief Returns a boolean whether the end of the stream has been reached. *