7 #ifndef RETDEC_UNPACKER_DECOMPRESSION_NRV_NRV2D_DATA_H
8 #define RETDEC_UNPACKER_DECOMPRESSION_NRV_NRV2D_DATA_H
Bit getters for NRV decompression algorithms.
Definition: bit_parsers.h:19
Definition: nrv2d_data.h:20
Nrv2dData(const Nrv2dData &)=delete
virtual bool decompress(DynamicBuffer &outputBuffer) override
Definition: nrv2d_data.cpp:17
Nrv2dData & operator=(const Nrv2dData &)
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.