Abstract filter [PDF:1.6:3.3]. More...
Public Member Functions | |
| abstract byte[] | Decode (byte[] data, int offset, int length, PdfDictionary parameters) |
| abstract byte[] | Encode (byte[] data, int offset, int length, PdfDictionary parameters) |
Static Public Member Functions | |
| static Filter | Get (PdfName name) |
| Gets a specific filter object. | |
Protected Member Functions | |
| Filter () | |
Abstract filter [PDF:1.6:3.3].
| org.pdfclown.bytes.filters.Filter.Filter | ( | ) | [protected] |
| abstract byte [] org.pdfclown.bytes.filters.Filter.Decode | ( | byte[] | data, | |
| int | offset, | |||
| int | length, | |||
| PdfDictionary | parameters | |||
| ) | [pure virtual] |
Implemented in org.pdfclown.bytes.filters.ASCII85Filter, and org.pdfclown.bytes.filters.FlateFilter.
Referenced by org.pdfclown.bytes.Buffer.Decode().
| abstract byte [] org.pdfclown.bytes.filters.Filter.Encode | ( | byte[] | data, | |
| int | offset, | |||
| int | length, | |||
| PdfDictionary | parameters | |||
| ) | [pure virtual] |
Implemented in org.pdfclown.bytes.filters.ASCII85Filter, and org.pdfclown.bytes.filters.FlateFilter.
Referenced by org.pdfclown.bytes.Buffer.Encode().
Copyright 2006-2013 Stefano Chizzolini. For more information, please visit PDF Clown home page.
Generated on Sat Feb 9 21:08:29 2013 for PDF Clown 0.1.2 by
1.6.3