NGBase64Stream
Inherits From: NGFilterStream
Declared In: NGBase64Stream.h
Methods: - readBytes:count: , - writeBytes:count: , - close , - flush


Class Description
No class description.


Instance Variables
char decBuffer[3];
char decBufferLen;
int buf;
int bufBytes;
char line[74];
char lineLength;

decBufferNo description.
decBufferLenNo description.
bufNo description.
bufBytesNo description.
lineNo description.
lineLengthNo description.



Method Types
- readBytes:count:
- writeBytes:count:
- close
- flush


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

flush
- (BOOL)flush
No method description.

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

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


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