1 // Base64.h: interface for the CBase64 class.
3 //////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_Base64_H__E435B968_4992_4795_8AED_B6E55FC89045__INCLUDED_)
6 #define AFX_Base64_H__E435B968_4992_4795_8AED_B6E55FC89045__INCLUDED_
10 #endif // _MSC_VER > 1000
18 CStringA
Encode( IN
const char* szEncoding
, IN
int nSize
);
19 int Decode ( IN
const char* szDecoding
, char* szOutput
);
22 void write_bits( UINT nBits
, int nNumBts
, LPSTR szOutput
, int& lp
);
23 UINT
read_bits( int nNumBits
, int* pBitsRead
, int& lp
);
32 #endif // !defined(AFX_Base64_H__E435B968_4992_4795_8AED_B6E55FC89045__INCLUDED_)