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>
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. |