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 DICTIONARY_SIZE 81901L |
| #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 STARTING_CODE 259 |
Definition at line 42 of file lzw.h.
Referenced by tlzwstreamcompression::readdata(), and tlzwstreamcompression::writedata().
| #define UNUSED_CODE 258 |
| const char* LZ_SIGNATURE |
| const char* RLE_SIGNATURE |
1.5.1