FilterFactory
FilterFactory
Overview
FilterFactory 是一个类在Java的FOSS中.
文件流过器的注册 (§7.4,ISO 32000-1:2008).
这个类提供了4种方法,用于在Java程序中使用FilterFactory对象. 有的方法包括: decodeChain, encodeChain, getFilter, register. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序.
Methods
| Signature | Description |
|---|---|
register(filter: PdfFilter) | 记录过器. |
getFilter(name: PdfName) → PdfFilter | 返回给定的名称的过器. |
decodeChain(data: byte[], filters: List<PdfName>, params: List<PdfDictionary>) → byte[] | 通过一系列波器解码数据,将它们从左到右应用 (§7.4.1:在解密过程中首先使用数组中的第一个过 ?? 器). |
encodeChain(data: byte[], filters: List<PdfName>, params: List<PdfDictionary>) → byte[] | 通过一系列波器编码数据,将其从右到左应用 (反向解密顺序). |