#include "clientmessage.h"
class BSUL::Base64Codec |
Public Member Functions | |
---|---|
IMPORT_C TInt | Decode(const TDesC8 &, TDes8 &) |
IMPORT_C TInt | Encode(const TDesC8 &, TDes8 &) |
This class is used for Base64 based encoding and decoding . This class provides a method for encoding and decoding
Decode the string
Parameter | Description |
---|---|
aSrcString | Source string |
aDestString | Destination string |
Returns: 1 if aSrcString is not long enough to decode fully, resulting in the storage of the last character and requiring another aSrcString (poss 0 length) to be passed to it to clear this character. 0 if the line was decoded OK or the end of the encoded file is reached ie "="