![]() |
API Documentation
|
A container for storing compressed data, typically used for File IO operations. Responsible for storing the data associated with the compression. More...
#include <Compressor.h>
Public Attributes | |
| uint08 | buffer_size = 0 |
| uint01 * | compressed_data = nullptr |
| uint08 | compressed_size = 0 |
| DynamicPointer< BinaryCompressionObject > | compression_link |
| CompressionMode | compression_mode = CompressionMode::e_no_compression |
| Dictionary< String, uint04 > * | m_string_reference = nullptr |
| Buffer< Bounds< 1, uint04 > > * | m_string_size_info = nullptr |
| String * | m_strings = nullptr |
| uint01 * | uncompressed_data = nullptr |
| uint08 | uncompressed_size = 0 |
A container for storing compressed data, typically used for File IO operations. Responsible for storing the data associated with the compression.
| uint08 buffer_size = 0 |
| uint01* compressed_data = nullptr |
| uint08 compressed_size = 0 |
| DynamicPointer<BinaryCompressionObject> compression_link |
| CompressionMode compression_mode = CompressionMode::e_no_compression |
| Dictionary<String, uint04>* m_string_reference = nullptr |
| String* m_strings = nullptr |
| uint01* uncompressed_data = nullptr |
| uint08 uncompressed_size = 0 |