BSUL::Base64Codec Class Reference
#include
<bsul/clientmessage.h>
Detailed Description
This class is used for Base64 based encoding and decoding . This class provides a method for encoding and decoding
Member Function Documentation
Decode ( const TDesC8 &, TDes8 & )
Parameters |
---|
aSrcString | Source string |
aDestString | Destination string |
- Return Value
- 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 "="
Encode ( const TDesC8 &, TDes8 & )
Parameters |
---|
aSrcString | Source string |
aDestString | Destination string |
- Return Value
- 1 if aSrcString is not long enough to encode fully 0 if the line was encoded OK