java.lang.Object
org.jfree.pdf.filter.ASCII85Filter
- All Implemented Interfaces:
Filter
A filter that can encode in ASCII-85 format.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
encode
(byte[] source) Apply the encoding to the bytes insource
and return the encoded data in a new array.Returns the filter type.
-
Constructor Details
-
ASCII85Filter
public ASCII85Filter()Default contructor.
-
-
Method Details
-
getFilterType
Returns the filter type.- Specified by:
getFilterType
in interfaceFilter
- Returns:
FilterType.ASCII85
.
-
encode
public byte[] encode(byte[] source) Description copied from interface:Filter
Apply the encoding to the bytes insource
and return the encoded data in a new array.
-