home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <objc/Object.h>
-
- @interface String:Object
- {
- char *buffer;
- int length;
- }
-
- - setString:(char *)AString;
- - (char *)string;
- - freeString;
- - (BOOL)writeString: (NXStream *)MyStream;
- - (int)readString: (NXStream *)MyStream;
- - (void)free;
- - init;
- - (BOOL)writeWithTerminator :(NXStream *)Stream :(char)terminator;
- - (BOOL)writeWithTerminator :(NXStream *)Stream :(char *)terminator :(int)length;
- - preAlloc :(int)size;
-
- @end
-