NGCharBuffer
Inherits From: NGFilterTextStream
Declared In: NGCharBuffer.h
Methods: + charBufferWithSource:la: , - initWithSource:la: , - la: , - consume , - consume: , - readCharacter


Class Description
No class description.


Instance Variables
struct NGCharBufferLA *la;
int bufLen;
BOOL wasEOF;
int headIdx;
int sizeLessOne;
IMP readCharacter;

laNo description.
bufLenNo description.
wasEOFNo description.
headIdxNo description.
sizeLessOneNo description.
readCharacterNo description.



Method Types
+ charBufferWithSource:la:
- initWithSource:la:
- la:
- consume
- consume:
- readCharacter


Class Methods
charBufferWithSource:la:
+ (id)charBufferWithSource:(id<NGTextStream>)_source la:(int)_la
No method description.


Instance Methods
consume
- (void)consume
No method description.

consume:
- (void)consume:(int)_cnt
No method description.

initWithSource:la:
- (id)initWithSource:(id<NGTextStream>)_source la:(int)_la
No method description.

la:
- (int)la:(int)_ls
No method description.

readCharacter
- (unichar)readCharacter
No method description.


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