Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::IO::Requests::CompressedReadData Struct Reference

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
 

Detailed Description

Request to read and decompress data.


The documentation for this struct was generated from the following file: