// { return wxOutputStream::Write(buffer, size); }
void Sync();
+ bool Close() { return m_file_destroy ? m_file->Close() : true; }
wxFileOffset GetLength() const;
bool Ok() const { return m_file->IsOpened(); }
// { return wxOutputStream::Write(buffer, size); }
void Sync();
+ bool Close() { return m_file_destroy ? m_file->Close() : true; }
wxFileOffset GetLength() const;
bool Ok() const { return m_file->IsOpened(); }