NGStringTextStream
Inherits From: NGTextStream
Declared In: NGStringTextStream.h
Methods: + textStreamWithString: , - initWithString: , - string , - close , - readCharacter , - readLineAsString , - writeCharacter: , - writeString: , - flush


Class Description
No class description.


Instance Variables
NSString *string;
unsigned index;
BOOL isMutable;

stringNo description.
indexNo description.
isMutableNo description.



Method Types
+ textStreamWithString:
- initWithString:
- string
- close
- readCharacter
- readLineAsString
- writeCharacter:
- writeString:
- flush


Class Methods
textStreamWithString:
+ (id)textStreamWithString:(NSString *)_string
No method description.


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

flush
- (BOOL)flush
No method description.

initWithString:
- (id)initWithString:(NSString *)_string
No method description.

readCharacter
- (unichar)readCharacter
No method description.

readLineAsString
- (NSString *)readLineAsString
No method description.

string
- (NSString *)string
No method description.

writeCharacter:
- (BOOL)writeCharacter:(unichar)_character
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.