00001 00033 #ifndef LLBASE64_H 00034 #define LLBASE64_h 00035 00036 class LLBase64 00037 { 00038 public: 00039 static std::string encode(const U8* input, size_t input_size); 00040 }; 00041 00042 #endif