public interface IASFilterFactory
| Modifier and Type | Method and Description |
|---|---|
ASInFilter |
getInFilter(ASInputStream inputStream,
COSDictionary decodeParams)
Gets input filter from given encoded stream with specified decode
parameters.
|
ASOutFilter |
getOutFilter(ASOutputStream outputStream)
Gets output filter with encoded data.
|
ASInFilter getInFilter(ASInputStream inputStream, COSDictionary decodeParams) throws IOException
inputStream - is encoded data.decodeParams - is dictionary with parameters for filter.IOExceptionASOutFilter getOutFilter(ASOutputStream outputStream) throws IOException
outputStream - stream to encode.IOExceptionCopyright © 2015–2018 The veraPDF Consortium. All rights reserved.