7 #ifndef RETDEC_UNPACKER_DECOMPRESSION_NRV_NRV2E_DATA_H
8 #define RETDEC_UNPACKER_DECOMPRESSION_NRV_NRV2E_DATA_H
Bit getters for NRV decompression algorithms.
Definition: bit_parsers.h:19
Definition: nrv2e_data.h:20
virtual bool decompress(DynamicBuffer &outputBuffer) override
Definition: nrv2e_data.cpp:17
Nrv2eData & operator=(const Nrv2eData &)
Nrv2eData(const Nrv2eData &)=delete
Definition: nrv_data.h:17
The class for dynamic buffered data manipulation taking the endianness of the data in account.
Definition: dynamic_buffer.h:36
Definition: archive_wrapper.h:19
Supportive functionality for the generic unpacker.
Declaration of abstract class for NRV compressed data.