foobar2000 SDK  2015-01-14
text_file_loader.h
Go to the documentation of this file.
1 namespace text_file_loader
2 {
3  void write(const service_ptr_t<file> & p_file,abort_callback & p_abort,const char * p_string,bool is_utf8);
4  void read(const service_ptr_t<file> & p_file,abort_callback & p_abort,pfc::string_base & p_out,bool & is_utf8);
5 
6  void write(const char * p_path,abort_callback & p_abort,const char * p_string,bool is_utf8);
7  void read(const char * p_path,abort_callback & p_abort,pfc::string_base & p_out,bool & is_utf8);
8 
9 };
void read(const service_ptr_t< file > &p_file, abort_callback &p_abort, pfc::string_base &p_out, bool &is_utf8)
void write(const service_ptr_t< file > &p_file, abort_callback &p_abort, const char *p_string, bool is_utf8)