Constructor and Description |
---|
ASCII85Filter()
Default contructor.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
encode(byte[] source)
Apply the encoding to the bytes in
source and return the
encoded data in a new array. |
FilterType |
getFilterType()
Returns the filter type.
|
public FilterType getFilterType()
getFilterType
in interface Filter
FilterType.ASCII85
.