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

Public Methods | |
| Base64Decoder (BufferedTransformation *outQueue=NULL) | |
| 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 36 of file base64.h.
|
|
Definition at line 72 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 120 of file base64.cpp. |
|
|
input multiple bytes.
Reimplemented from BufferedTransformation. Definition at line 114 of file base64.cpp. |
|
|
input a byte for processing.
Reimplemented from BufferedTransformation. Definition at line 41 of file base64.h. Referenced by Put(). |
1.2.4 written by Dimitri van Heesch,
© 1997-2000