@@ -36,11 +36,11 @@ */ - (size_t)readNBytes: (size_t)size intoBuffer: (char*)buf; /** - * Read until a newline or \0 occurs. + * Read until a newline, \\0 or end of stream occurs. * * If you want to use readNBytes afterwards again, you have to clear the cache * before and optionally get the cache before clearing it! * * \return The line that was read, autoreleased, or nil if the end of the