ftp.nice.ch/pub/next/text/apps/eText5.0.93.s.tar.gz#/eText5/Kludges.subproj/Stream.h

This is Stream.h in view mode; [Download] [Up]

#import <appkit/appkit.h>

@interface Stream : Object
{
	NXStream *stream;
}

- initWithStream:(NXStream *)value;
- initFromPasteboardType:(const char *)type;

- openMemory;
- openMemoryAt:(char *)data length:(int)length;

- rewind;
- close;

- (NXStream *)stream;
- setStream:(NXStream *)value;

- free;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.