#include <aconf.h>
#include <stdio.h>
#include "gtypes.h"
#include "Object.h"
Go to the source code of this file.
Compounds | |
class | ASCII85Encoder |
class | ASCIIHexEncoder |
class | CCITTFaxStream |
struct | DCTCompInfo |
struct | DCTHuffTable |
struct | DCTScanInfo |
class | DCTStream |
class | EOFStream |
class | FixedLengthEncoder |
struct | FlateCode |
struct | FlateDecode |
struct | FlateHuffmanTab |
class | FlateStream |
class | ASCII85Stream |
class | ASCIIHexStream |
class | BaseStream |
class | EmbedStream |
class | FileStream |
class | FilterStream |
class | ImageStream |
class | LZWStream |
class | MemStream |
class | RunLengthEncoder |
class | RunLengthStream |
class | Stream |
class | StreamPredictor |
Defines | |
#define | fileStreamBufSize 256 |
#define | flateWindow 32768 |
#define | flateMask (flateWindow-1) |
#define | flateMaxHuffman 15 |
#define | flateMaxCodeLenCodes 19 |
#define | flateMaxLitCodes 288 |
#define | flateMaxDistCodes 30 |
Enumerations | |
enum | StreamKind { strFile, strASCIIHex, strASCII85, strLZW, strRunLength, strCCITTFax, strDCT, strFlate, strJBIG2, strJPX, strWeird } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|