#include <aconf.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <ctype.h>
#include "gmem.h"
#include "Object.h"
#include "Stream.h"
#include "Lexer.h"
#include "Parser.h"
#include "Dict.h"
#include "Decrypt.h"
#include "Error.h"
#include "ErrorCodes.h"
#include "XRef.h"
Compounds | |
class | ObjectStream |
Defines | |
#define | xrefSearchSize 1024 |
#define | permPrint (1<<2) |
#define | permChange (1<<3) |
#define | permCopy (1<<4) |
#define | permNotes (1<<5) |
#define | defPermFlags 0xfffc |
|
|
|
|
|
|
|
|
|
|
|
|