Class ASCII85Filter
java.lang.Object
com.orsonpdf.filter.ASCII85Filter
- All Implemented Interfaces:
Filter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]encode(byte[] source) Apply the encoding to the bytes insourceand 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:
getFilterTypein interfaceFilter- Returns:
FilterType.ASCII85.
-
encode
-