10#ifndef LCF_WRITER_LCF_H
11#define LCF_WRITER_LCF_H
36 LcfWriter(std::ostream& filestream, std::string encoding =
"");
50 void Write(
const void *ptr,
size_t size,
size_t nmemb);
66 void Write(
const std::string& str);
81 void Write(
const std::vector<T>& buffer);
105 std::string
Decode(
const std::string& str_to_encode);
void Write(const std::vector< T > &buffer)
void Write(const void *ptr, size_t size, size_t nmemb)
std::string Decode(const std::string &str_to_encode)
static void SwapByteOrder(int16_t &us)