35 virtual int GetByte(offset_t offset);
Represents an abstract interface whose data can be written to a file.
Definition writable.h:15
virtual offset_t WriteFile(Writer &wr, offset_t count, offset_t offset=0)=0
Writes data of non-zero filled sections.
virtual int GetByte(offset_t offset)
Retrieve byte at a certain offset (optional, might not be defined)
Definition writable.cc:7
virtual offset_t ActualDataSize()=0
Retrieves size of stored data.
offset_t WriteFile(Writer &wr)
Writes data of non-zero filled sections.
Definition writable.h:28
A helper class, encapsulating functionality needed to export binary data.
Definition writer.h:15