This is BufferClass.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface BufferClass:Object { unsigned char* buffer; int size; } - (char*)buffer; - (void) clear; - (void) setLength:(int)len; - free; - init; - initBufferSize:(int)aSize; - (unsigned int)size; - setMinSizeTo:(int)minSize; - setText:(const char *)aString; - setText:(const char *)aString length:(int)len; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.