default destructor
Definition at line 604 of file fitsCompressor.cc.
References _buffer, _compressedBuffer, _file, _numThreads, _transposedBuffer, and i.
uint32_t _numThreads
The number of threads that will be used to compress.
vector< char * > _transposedBuffer
Memory buffer to store rows while they are transposed.
fstream _file
The actual file streamer for accessing disk data.
char * _buffer
Memory buffer to store rows while they are not compressed.
vector< char * > _compressedBuffer
Memory buffer to store rows while they are compressed.