public interface Filter
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.
|
FilterType getFilterType()
null
).byte[] encode(byte[] source)
source
and return the
encoded data in a new array.source
- the source (null
not permitted).