DUNE: Uniform Navigational Environment
2.6.0-rc4
|
Compression related routines and classes.
Classes | |
class | Bzip2Compressor |
class | Bzip2Decompressor |
class | Compressor |
class | Decompressor |
class | Error |
class | UnknownMethod |
class | OutOfMemory |
class | BufferTooShort |
class | CorruptedData |
class | UnexpectedEOD |
class | Factory |
class | FileInput |
class | FileOutput |
class | FilterInput |
class | FilterOutput |
class | GzipCompressor |
class | StreamBuffer |
class | ZlibCompressor |
class | ZlibDecompressor |
Enumerations | |
enum | Methods { METHOD_ZLIB, METHOD_GZIP, METHOD_BZIP2, METHOD_UNKNOWN } |
Variables | |
class DUNE_DLL_SYM | Bzip2Compressor |
class DUNE_DLL_SYM | Bzip2Decompressor |
class DUNE_DLL_SYM | Compressor |
class DUNE_DLL_SYM | Decompressor |
class DUNE_DLL_SYM | Factory |
class DUNE_DLL_SYM | GzipCompressor |
class DUNE_DLL_SYM | StreamBuffer |
class DUNE_DLL_SYM | ZlibCompressor |
class DUNE_DLL_SYM | ZlibDecompressor |
class DUNE_DLL_SYM DUNE::Compression::Bzip2Compressor |
Referenced by DUNE::Compression::Factory::compressor().
class DUNE_DLL_SYM DUNE::Compression::Bzip2Decompressor |
Referenced by DUNE::Compression::Factory::decompressor().
class DUNE_DLL_SYM DUNE::Compression::Compressor |
class DUNE_DLL_SYM DUNE::Compression::Decompressor |
class DUNE_DLL_SYM DUNE::Compression::Factory |
class DUNE_DLL_SYM DUNE::Compression::GzipCompressor |
Referenced by DUNE::Compression::Factory::compressor().
class DUNE_DLL_SYM DUNE::Compression::StreamBuffer |
class DUNE_DLL_SYM DUNE::Compression::ZlibCompressor |
Referenced by DUNE::Compression::Factory::compressor().
class DUNE_DLL_SYM DUNE::Compression::ZlibDecompressor |
Referenced by DUNE::Compression::Factory::decompressor().