32 public abstract bool Write(
string path,
byte[] data,
int length);
34 public abstract void Read(
string path,
byte[] buffer,
int length);
void Configuration_OnLoad(Preferences preferences)
bool Write(string path, byte[] data)
void Read(string path, byte[] buffer, int length)
void Configuration_OnSave(Preferences preferences)
bool Write(string path, byte[] data, int length)
bool HasFile(string path)
int GetFileSize(string path)
IEnumerable< string > GetFiles()
void Read(string path, byte[] buffer)
virtual void BindTo(Preferences preferences)