NGByteBuffer
Inherits From: NGFilterStream
Declared In: NGByteBuffer.h
Methods: + byteBufferWithSource:la: , - initWithSource:la: , - la: , - consume , - consume: , - readByte , - readBytes:count:


Class Description
No class description.


Instance Variables
struct NGByteBufferLA *la;
unsigned bufLen;
BOOL wasEOF;
unsigned headIdx;
unsigned sizeLessOne;
int (*readByte)(id, SEL);
int (*laFunction)(id, SEL, unsigned);

laNo description.
bufLenNo description.
wasEOFNo description.
headIdxNo description.
sizeLessOneNo description.
readByteNo description.
laFunctionNo description.



Method Types
+ byteBufferWithSource:la:
- initWithSource:la:
- la:
- consume
- consume:
- readByte
- readBytes:count:


Class Methods
byteBufferWithSource:la:
+ (id)byteBufferWithSource:(id<NGStream>)_stream la:(unsigned)_la
No method description.


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

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

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

la:
- (int)la:(unsigned)_lookaheadPosition
No method description.

readByte
- (int)readByte
No method description.

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


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