Lunchbox
1.9.1
|
A structure to hold the results from one compress operation. More...
#include <compressorResult.h>
Public Member Functions | |
CompressorResult (const unsigned n, const CompressorChunks &c) | |
uint64_t | getSize () const |
bool | isCompressed () const |
Public Attributes | |
unsigned | compressor |
CompressorChunks | chunks |
A structure to hold the results from one compress operation.
Valid as long as the associated Compressor is valid and has not been used again.
Definition at line 34 of file compressorResult.h.
|
inline |
Definition at line 41 of file compressorResult.h.
References lunchbox::Array< T >::getNumBytes().
|
inline |
Definition at line 50 of file compressorResult.h.
References EQ_COMPRESSOR_AUTO, EQ_COMPRESSOR_INVALID, and EQ_COMPRESSOR_NONE.