- java.lang.Object
-
- org.jfree.pdf.filter.FlateFilter
-
-
Constructor Summary
Constructors Constructor Description FlateFilter()
Default constructor.
-
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.FLATE
-
-