@@ -48,17 +48,17 @@ saddr = NULL; return self; } -- (BOOL)atEndOfStream +- (BOOL)atEndOfStreamWithoutCache { return eos; } -- (size_t)readNBytes: (size_t)size - intoBuffer: (char*)buf +- (size_t)readNBytesWithoutCache: (size_t)size + intoBuffer: (char*)buf { ssize_t ret; if (sock == INVALID_SOCKET || eos) @throw [OFNotConnectedException newWithClass: isa];