Entry for the suffix-to-archiver assignment table. More...
Public Attributes | |
const char * | suffix |
A compressed file suffix such as .gz. | |
const char * | command |
Command to decompress a file with this suffix to a pipe. |
Entry for the suffix-to-archiver assignment table.
Definition at line 185 of file cmtkCompressedStream.h.
Command to decompress a file with this suffix to a pipe.
For .gz, this command would be "gzip -df".
Definition at line 193 of file cmtkCompressedStream.h.
A compressed file suffix such as .gz.
Definition at line 188 of file cmtkCompressedStream.h.
Referenced by cmtk::CompressedStream::GetBaseName(), cmtk::CompressedStream::Open(), and cmtk::CompressedStream::Stat().