iText 8.0.2 API
|
Handles ASCIIHexDecode filter More...
Public Member Functions |
|
override byte[] | Decode (byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) |
Decode the byte[] using the provided filterName. More... |
|
![]() |
|
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[] | ASCIIHexDecode (byte[] @in) |
Decodes a byte[] according to ASCII Hex encoding. More... |
|
Handles ASCIIHexDecode filter
|
inlinestatic |
Decodes a byte[] according to ASCII Hex encoding.
in | byte[] to be decoded |
|
inlinevirtual |
Decode the byte[] using the provided filterName.
Implements iText.Kernel.Pdf.MemoryLimitsAwareFilter.