Class FlateFilter
java.lang.Object
com.orsonpdf.filter.FlateFilter
- 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
-
FlateFilter
public FlateFilter()Default constructor.
-
-
Method Details
-
getFilterType
Returns the filter type.- Specified by:
getFilterTypein interfaceFilter- Returns:
FilterType.FLATE
-
encode
-