NGStream
Inherits From: NSObject
Conforms To: NGByteSequenceStream
NGStream
Declared In: NGStream.h
Methods: - readBytes:count: , - writeBytes:count: , - setLastException: , - flush , - close , - mode , - isRootStream , - safeReadBytes:count: , - safeWriteBytes:count: , - mark , - rewind , - markSupported , - readByte , - modeDescription


Class Description
No class description.


Functions

Synopsis:

int NGReadByteFromStream(id<NGInputStream> _stream);
BOOL NGSafeReadBytesFromStream(id<NGInputStream> _in, void *_buf, unsigned _len);
BOOL NGSafeWriteBytesToStream(id<NGOutputStream> _out,const void *_buf,unsigned _len);


Static Inline Functions

Synopsis:

BOOL NGCanReadInStreamMode(NGStreamMode _mode)
BOOL NGCanWriteInStreamMode(NGStreamMode _mode)


Method Types
- readBytes:count:
- writeBytes:count:
- setLastException:
- flush
- close
- mode
- isRootStream
- safeReadBytes:count:
- safeWriteBytes:count:
- mark
- rewind
- markSupported
- readByte
- modeDescription


Instance Methods
close
- (BOOL)close
No method description.

flush
- (BOOL)flush
No method description.

isRootStream
- (BOOL)isRootStream
No method description.

mark
- (BOOL)mark
No method description.

markSupported
- (BOOL)markSupported
No method description.

mode
- (NGStreamMode)mode
No method description.

modeDescription
- (NSString *)modeDescription
No method description.

readByte
- (int)readByte
No method description.

readBytes:count:
- (unsigned)readBytes:(void *)_buf count:(unsigned)_len
No method description.

rewind
- (BOOL)rewind
No method description.

safeReadBytes:count:
- (BOOL)safeReadBytes:(void *)_buf count:(unsigned)_len
No method description.

safeWriteBytes:count:
- (BOOL)safeWriteBytes:(const void *)_buf count:(unsigned)_len
No method description.

setLastException:
- (void)setLastException:(NSException *)_exception
No method description.

writeBytes:count:
- (unsigned)writeBytes:(const void *)_buf count:(unsigned)_len
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.