Public Attributes

cmtk::CompressedStream::ArchiveLookupEntry Struct Reference

Entry for the suffix-to-archiver assignment table. More...

List of all members.

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.

Detailed Description

Entry for the suffix-to-archiver assignment table.

Definition at line 185 of file cmtkCompressedStream.h.


Member Data Documentation

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().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines