/home/coin/SVN-release/CoinAll-1.1.0/OS/src/OSUtils/OSBase64.h

Go to the documentation of this file.
00001 
00017 #ifndef BASE64_H
00018 #define BASE64_H
00019 
00020 #include<string>
00021 
00034 class Base64{
00035 public:
00036         
00037         
00039         Base64();
00040         
00042         ~Base64();
00043         
00051         static std::string encodeb64(char* bytes, int size);
00052         
00059         static std::string decodeb64(char* b64bytes);
00060 };//class Base64
00061 
00062 
00063 #endif
00064 

Generated on Sun Nov 14 14:06:39 2010 for Coin-All by  doxygen 1.4.7