7 #ifndef LCF_WRITER_LCF_H
8 #define LCF_WRITER_LCF_H
59 void Write(
const void *ptr,
size_t size,
size_t nmemb);
75 void Write(
const std::string& str);
90 void Write(
const std::vector<T>& buffer);
106 std::string
Decode(
const std::string& str_to_encode);
std::string Decode(const std::string &str_to_encode)
void Write(const void *ptr, size_t size, size_t nmemb)
LcfWriter(const char *filename, std::string encoding="")
static void SwapByteOrder(int16_t &us)