Request to read and decompress data. More...
#include <FileRequest.h>
Public Member Functions | |
| CompressedReadData (CompressionInfo &&compressionInfo, void *output, u64 readOffset, u64 readSize) | |
Public Attributes | |
| CompressionInfo | m_compressionInfo |
| void * | m_output |
| Target output to write the read data to. | |
| u64 | m_readOffset |
| The offset into the decompressed to start copying from. | |
| u64 | m_readSize |
| Number of bytes to read from the decompressed file. | |
Static Public Attributes | |
| static constexpr IStreamerTypes::Priority | s_orderPriority = IStreamerTypes::s_priorityMedium |
| static constexpr bool | s_failWhenUnhandled = true |
Request to read and decompress data.