/Users/kmartin/Documents/files/code/cpp/OScpp/COIN-OS/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 Sat Mar 29 22:38:03 2008 by  doxygen 1.5.3