Package com.orsonpdf.filter
Class ASCII85Filter
- java.lang.Object
-
- com.orsonpdf.filter.ASCII85Filter
-
-
Constructor Summary
Constructors Constructor Description ASCII85Filter()
Default contructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
encode(byte[] source)
Apply the encoding to the bytes insource
and return the encoded data in a new array.FilterType
getFilterType()
Returns the filter type.
-
-
-
Method Detail
-
getFilterType
public FilterType getFilterType()
Returns the filter type.- Specified by:
getFilterType
in interfaceFilter
- Returns:
FilterType.ASCII85
.
-
-