API Documentation
|
This is the complete list of members for BinaryFile, including all inherited members.
BinaryFile(const File &file) | BinaryFile | inlineexplicit |
cachedData() const | BinaryFile | inline |
cachedOpen(bool read) | BinaryFile | inline |
close() | BinaryFile | inline |
createCompressionObject() | BinaryFile | |
fileSize() const | BinaryFile | inline |
fltp_error | BinaryFile | protected |
isFinished() | BinaryFile | |
m_cache_location | BinaryFile | protected |
m_cached_data | BinaryFile | protected |
m_compressed_data | BinaryFile | protected |
m_compressions | BinaryFile | protected |
m_file | BinaryFile | protected |
m_file_size | BinaryFile | mutableprotected |
m_is_read | BinaryFile | protected |
m_large_compression | BinaryFile | protected |
m_multitreaded_compression | BinaryFile | protected |
m_string_reference | BinaryFile | protected |
m_string_size_info | BinaryFile | protected |
m_strings | BinaryFile | protected |
m_using_cache | BinaryFile | protected |
open(bool read, bool safe) | BinaryFile | inline |
percent() | BinaryFile | inline |
position() | BinaryFile | inline |
read() | BinaryFile | inline |
read(Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > &data) | BinaryFile | inline |
read(Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > &data, bool &allow_multithread) | BinaryFile | inline |
read(Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > &data, bool &allow_multithread) | BinaryFile | inline |
readData(uint04 max_size) | BinaryFile | inline |
readData(char *string, uint04 max_size) | BinaryFile | inline |
readNow(Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > &data) | BinaryFile | inline |
readString(String &string, char terminator='\0') | BinaryFile | inline |
readString(char *string, char terminator='\0') | BinaryFile | inline |
readStringBuffer(Buffer< String, t_index_type, t_memory_allocator, t_memory_manager > &data, bool &allow_multithread) | BinaryFile | inline |
readStringData(bool has_reference_table) | BinaryFile | |
seek(uint08 location) | BinaryFile | inline |
setUseLargeCompression(bool use_large_compression) | BinaryFile | inline |
uncompressAll() | BinaryFile | |
uncompressSections(uint04 start, uint04 count) | BinaryFile | |
write(const t_type &data) | BinaryFile | inline |
write(const Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > &data, CompressionMode compression_mode) | BinaryFile | inline |
write(const Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > &data, CompressionMode compression_mode) | BinaryFile | inline |
writeCompression(BinaryCompressionObject &compression_object) | BinaryFile | |
writeRawData(const String &data, uint04 size, char fill_space='\0') | BinaryFile | inline |
writeStringData(CompressionMode compression_mode) | BinaryFile | |
~BinaryFile() | BinaryFile | inline |