public class ASCII85Encode extends Filter
Constructor and Description |
---|
ASCII85Encode(Filter input_filter)
Instantiates a new ASCII85Encode from Filter
|
ASCII85Encode(Filter input_filter,
long line_width)
Instantiates a new ASCII85Encode from Filter with specified line withd
|
ASCII85Encode(Filter input_filter,
long line_width,
long buf_sz)
Instantiates a new ASCII85Encode
|
__Create, __GetHandle, __SetRefHandle, attachFilter, canSeek, createInputIterator, destroy, flush, flushAll, getAttachedFilter, getDecodeName, getFilePath, getName, getSourceFilter, isInputFilter, releaseAttachedFilter, seek, setStreamLength, tell, writeToFile
public ASCII85Encode(Filter input_filter) throws PDFNetException
input_filter
- the input Filter objectPDFNetException
public ASCII85Encode(Filter input_filter, long line_width) throws PDFNetException
input_filter
- the input Filter objectline_width
- PDFNetException
public ASCII85Encode(Filter input_filter, long line_width, long buf_sz) throws PDFNetException
input_filter
- the input Filter objectline_width
- buf_sz
- buffer sizePDFNetException