|
| BinaryFile (const File &file) |
|
| ~BinaryFile () |
|
void | open (bool read, bool safe) |
|
void | cachedOpen (bool read) |
|
void | close () |
|
const Buffer< uint01, uint08 > & | cachedData () const |
|
template<class t_type > |
void | write (const t_type &data) |
|
template<class t_type , class t_index_type , class t_memory_allocator , class t_memory_manager > |
std::enable_if<!ObjectInfo< t_type >::Buffer >::type | write (const Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > &data, CompressionMode compression_mode) |
|
template<class t_type , class t_index_type , class t_memory_allocator , class t_memory_manager > |
std::enable_if< ObjectInfo< t_type >::Buffer >::type | write (const Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > &data, CompressionMode compression_mode) |
|
void | writeRawData (const String &data, uint04 size, char fill_space='\0') |
|
template<class t_type > |
t_type | read () |
|
void | readString (String &string, char terminator='\0') |
|
uint04 | readString (char *string, char terminator='\0') |
|
String | readData (uint04 max_size) |
|
uint04 | readData (char *string, uint04 max_size) |
|
template<class t_type , class t_index_type , class t_memory_allocator , class t_memory_manager > |
void | read (Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > &data) |
|
template<class t_type , class t_index_type , class t_memory_allocator , class t_memory_manager > |
void | readNow (Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > &data) |
|
template<class t_type , class t_index_type , class t_memory_allocator , class t_memory_manager > |
std::enable_if< ObjectInfo< t_type >::Buffer >::type | read (Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > &data, bool &allow_multithread) |
|
template<class t_index_type , class t_memory_allocator , class t_memory_manager > |
void | readStringBuffer (Buffer< String, t_index_type, t_memory_allocator, t_memory_manager > &data, bool &allow_multithread) |
|
template<class t_type , class t_index_type , class t_memory_allocator , class t_memory_manager > |
std::enable_if<!ObjectInfo< t_type >::Buffer >::type | read (Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > &data, bool &allow_multithread) |
|
uint08 | position () |
|
fltp04 | percent () |
|
void | seek (uint08 location) |
|
BinaryCompressionObject | createCompressionObject () |
|
void | setUseLargeCompression (bool use_large_compression) |
|
bool | isFinished () |
|
void | writeCompression (BinaryCompressionObject &compression_object) |
|
void | writeStringData (CompressionMode compression_mode) |
|
void | readStringData (bool has_reference_table) |
|
void | uncompressAll () |
|
void | uncompressSections (uint04 start, uint04 count) |
|
uint08 | fileSize () const |
|