#include <base64.h>
Inheritance diagram for Base64Encoder:

Public Methods | |
| Base64Encoder (BufferedTransformation *outQueue=NULL,bool insertLineBreak=true) | |
| void | Put (byte inByte) |
| input a byte for processing. More... | |
| void | Put (const byte *inString,unsigned int length) |
| input multiple bytes. More... | |
| void | MessageEnd (int propagation=-1) |
| mark end of an input segment, message, or packet. More... | |
Definition at line 10 of file base64.h.
|
|
Definition at line 14 of file base64.cpp. |
|
|
mark end of an input segment, message, or packet. propagation != 0 means pass on the signal to attached BufferedTransformation objects, with propagation decremented at each step until it reaches 0. -1 means unlimited propagation. Reimplemented from BufferedTransformation. Definition at line 57 of file base64.cpp. |
|
|
input multiple bytes.
Reimplemented from BufferedTransformation. Definition at line 51 of file base64.cpp. |
|
|
input a byte for processing.
Reimplemented from BufferedTransformation. Definition at line 15 of file base64.h. Referenced by Put(). |
1.2.4 written by Dimitri van Heesch,
© 1997-2000