|
iText 7 7.2.5 API
|
Handles ASCII85Decode filter More...
Public Member Functions |
|
| override byte[] | Decode (byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) |
| Decode the byte[] using the provided filterName. More... |
|
Public Member Functions inherited from iText.Kernel.Pdf.MemoryLimitsAwareFilter |
|
| virtual MemoryStream | EnableMemoryLimitsAwareHandler (PdfDictionary streamDictionary) |
| Creates a MemoryLimitsAwareOutputStream which will be used for decompression of the passed pdf stream. More... |
|
Static Public Member Functions |
|
| static byte[] | ASCII85Decode (byte[] @in) |
| Decodes the input bytes according to ASCII85. More... |
|
Handles ASCII85Decode filter
|
inlinestatic |
Decodes the input bytes according to ASCII85.
| in | the byte[] to be decoded |
|
inlinevirtual |
Decode the byte[] using the provided filterName.
Implements iText.Kernel.Pdf.MemoryLimitsAwareFilter.