pdftron::Filters::ASCII85Encode Class Reference

ASCII85Encode filter can be used to encode any data stream into a stream that does not contain any binary characters. More...

#include <ASCII85Encode.h>

Inheritance diagram for pdftron::Filters::ASCII85Encode:

Inheritance graph
[legend]
Collaboration diagram for pdftron::Filters::ASCII85Encode:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ASCII85Encode (Filter input_filter, int line_width=72, size_t buf_sz=256)


Detailed Description

ASCII85Encode filter can be used to encode any data stream into a stream that does not contain any binary characters.

Constructor & Destructor Documentation

pdftron::Filters::ASCII85Encode::ASCII85Encode ( Filter  input_filter,
int  line_width = 72,
size_t  buf_sz = 256 
)

Parameters:
line_width specifies the width of the encoded line expressed in the number of characters.


© 2002-2010 PDFTron Systems Inc.