7 #ifndef RETDEC_UNPACKER_DECOMPRESSION_NRV_NRV_DATA_H
8 #define RETDEC_UNPACKER_DECOMPRESSION_NRV_NRV_DATA_H
Bit getters for NRV decompression algorithms.
Definition: bit_parsers.h:19
Abstract class for compressed data.
Definition: compressed_data.h:26
Definition: nrv_data.h:17
NrvData(const DynamicBuffer &buffer, BitParser *bitParser)
Definition: nrv_data.h:20
uint32_t _readPos
Definition: nrv_data.h:30
void reset()
Definition: nrv_data.h:23
NrvData(const NrvData &)=delete
uint32_t _writePos
Definition: nrv_data.h:30
NrvData & operator=(const NrvData &)
BitParser * _bitParser
Definition: nrv_data.h:31
The class for dynamic buffered data manipulation taking the endianness of the data in account.
Definition: dynamic_buffer.h:36
Declaration of class for abstract compressed data.
Definition: archive_wrapper.h:19
Supportive functionality for the generic unpacker.