NGByteCountStream
Inherits From: NGFilterStream
Declared In: NGByteCountStream.h
Methods: + byteCounterForStream:byte: , - initWithSource:byte: , - setByteToCount: , - byteToCount , - readCount , - writeCount , - totalReadCount , - totalWriteCount , - resetCounters


Class Description
No class description.


Instance Variables
unsigned totalReadCount;
unsigned totalWriteCount;
unsigned char byteToCount;
unsigned byteReadCount;
unsigned byteWriteCount;

totalReadCountNo description.
totalWriteCountNo description.
byteToCountNo description.
byteReadCountNo description.
byteWriteCountNo description.



Method Types
+ byteCounterForStream:byte:
- initWithSource:byte:
- setByteToCount:
- byteToCount
- readCount
- writeCount
- totalReadCount
- totalWriteCount
- resetCounters


Class Methods
byteCounterForStream:byte:
+ (id)byteCounterForStream:(id<NGStream>)_stream byte:(unsigned char)_byte
No method description.


Instance Methods
byteToCount
- (unsigned char)byteToCount
No method description.

initWithSource:byte:
- (id)initWithSource:(id<NGStream>)_source byte:(unsigned char)_byte
No method description.

readCount
- (unsigned)readCount
No method description.

resetCounters
- (void)resetCounters
No method description.

setByteToCount:
- (void)setByteToCount:(unsigned char)_byte
No method description.

totalReadCount
- (unsigned)totalReadCount
No method description.

totalWriteCount
- (unsigned)totalWriteCount
No method description.

writeCount
- (unsigned)writeCount
No method description.


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