Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

lzw.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define PRESET_CODE_MAX   256
#define END_OF_INPUT   256
#define NEW_DICTIONARY   257
#define UNUSED_CODE   258
#define STARTING_CODE   259
#define MAX_CODE   65536
#define DICTIONARY_SIZE   81901L

Typedefs

typedef unsigned short CodeType
typedef unsigned long IndexType
typedef unsigned long CountType

Variables

const char * LZ_SIGNATURE
const char * RLE_SIGNATURE


Define Documentation

#define DICTIONARY_SIZE   81901L
 

Definition at line 44 of file lzw.h.

Referenced by tlzwstreamcompression::writedata().

#define END_OF_INPUT   256
 

Definition at line 39 of file lzw.h.

Referenced by tlzwstreamcompression::close(), and tlzwstreamcompression::readdata().

#define MAX_CODE   65536
 

Definition at line 43 of file lzw.h.

Referenced by tlzwstreamcompression::readdata(), and tlzwstreamcompression::writedata().

#define NEW_DICTIONARY   257
 

Definition at line 40 of file lzw.h.

Referenced by tlzwstreamcompression::readdata(), and tlzwstreamcompression::writedata().

#define PRESET_CODE_MAX   256
 

Definition at line 38 of file lzw.h.

#define STARTING_CODE   259
 

Definition at line 42 of file lzw.h.

Referenced by tlzwstreamcompression::readdata(), and tlzwstreamcompression::writedata().

#define UNUSED_CODE   258
 

Definition at line 41 of file lzw.h.

Referenced by tlzwstreamcompression::writedata().


Typedef Documentation

typedef unsigned short CodeType
 

Definition at line 46 of file lzw.h.

typedef unsigned long CountType
 

Definition at line 48 of file lzw.h.

typedef unsigned long IndexType
 

Definition at line 47 of file lzw.h.


Variable Documentation

const char* LZ_SIGNATURE
 

Definition at line 86 of file basestrm.cpp.

Referenced by tanycompression::init().

const char* RLE_SIGNATURE
 

Definition at line 87 of file basestrm.cpp.

Referenced by tanycompression::init().


Generated on Tue Jun 24 01:49:40 2008 for Advanced Strategic Command by  doxygen 1.4.2