@@ -25,11 +25,14 @@ * all the caching and other stuff. If you override these methods without the * _ prefix, you *WILL* break caching and get broken results! */ @interface OFStream: OFObject { - char *cache, *wBuffer; +@public + char *cache; +@protected + char *wBuffer; size_t cacheLen, wBufferLen; BOOL useWBuffer; } /**