NGCTextStream
Inherits From: NGTextStream
Declared In: NGCTextStream.h
Methods: + textStreamWithInputSource: , + textStreamWithOutputSource: , + textStreamWithSource: , - initWithSource: , - initWithInputSource: , - initWithOutputSource: , - source , - close , - readCharacter , - readChar , - readLineAsString , - lineEnumerator , - writeCharacter: , - writeString: , - flush , - writeNewline


Class Description
No class description.


Functions

Synopsis:

void NGInitTextStdio(void);


Global Variables
Synopsis
id<NGExtendedTextInputStream> NGTextIn ;
id<NGExtendedTextOutputStream> NGTextOut ;
id<NGExtendedTextOutputStream> NGTextErr ;


Instance Variables
id<NGStream> source;
NGIOReadMethodType readBytes;
NGIOWriteMethodType writeBytes;
BOOL (*flushBuffer)(id, SEL);

sourceNo description.
readBytesNo description.
writeBytesNo description.
flushBufferNo description.



Method Types
+ textStreamWithInputSource:
+ textStreamWithOutputSource:
+ textStreamWithSource:
- initWithSource:
- initWithInputSource:
- initWithOutputSource:
- source
- close
- readCharacter
- readChar
- readLineAsString
- lineEnumerator
- writeCharacter:
- writeString:
- flush
- writeNewline


Class Methods
textStreamWithInputSource:
+ (id)textStreamWithInputSource:(id<NGInputStream>)_source
No method description.

textStreamWithOutputSource:
+ (id)textStreamWithOutputSource:(id<NGOutputStream>)_source
No method description.

textStreamWithSource:
+ (id)textStreamWithSource:(id<NGStream>)_stream
No method description.


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

flush
- (BOOL)flush
No method description.

initWithInputSource:
- (id)initWithInputSource:(id<NGInputStream>)_source
No method description.

initWithOutputSource:
- (id)initWithOutputSource:(id<NGOutputStream>)_source
No method description.

initWithSource:
- (id)initWithSource:(id<NGStream>)_stream
No method description.

lineEnumerator
- (NSEnumerator *)lineEnumerator
No method description.

readChar
- (unsigned char)readChar
No method description.

readCharacter
- (unichar)readCharacter
No method description.

readLineAsString
- (NSString *)readLineAsString
No method description.

source
- (id<NGStream>)source
No method description.

writeCharacter:
- (BOOL)writeCharacter:(unichar)_character
No method description.

writeNewline
- (BOOL)writeNewline
No method description.

writeString:
- (BOOL)writeString:(NSString *)_string
No method description.


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