iText 7 7.1.8 API
iText.Kernel.Pdf.Filters.FlateDecodeStrictFilter Class Reference

Handles strict FlateDecode filter. More...

Inheritance diagram for iText.Kernel.Pdf.Filters.FlateDecodeStrictFilter:
iText.Kernel.Pdf.Filters.FlateDecodeFilter iText.Kernel.Pdf.MemoryLimitsAwareFilter iText.Kernel.Pdf.Filters.IFilterHandler

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.Filters.FlateDecodeFilter
  FlateDecodeFilter ()
  Creates a FlateDecodeFilter. More...
 
  FlateDecodeFilter (bool strictDecoding)
  Creates a FlateDecodeFilter. More...
 
virtual bool  IsStrictDecoding ()
  Checks whether the decoder will try to read a corrupted stream (not strict) or not (strict) More...
 
virtual iText.Kernel.Pdf.Filters.FlateDecodeFilter  SetStrictDecoding (bool strict)
  Defines how the corrupted streams should be treated. 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from iText.Kernel.Pdf.Filters.FlateDecodeFilter
static byte[]  FlateDecode (byte[] @in, bool strict)
  A helper to flateDecode. More...
 
static byte[]  DecodePredictor (byte[] @in, PdfObject decodeParams)
 

Detailed Description

Handles strict FlateDecode filter.

Member Function Documentation

◆ Decode()

override byte [] iText.Kernel.Pdf.Filters.FlateDecodeStrictFilter.Decode ( byte[]  b,
PdfName  filterName,
PdfObject  decodeParams,
PdfDictionary  streamDictionary 
)
inlinevirtual

Decode the byte[] using the provided filterName.

Reimplemented from iText.Kernel.Pdf.Filters.FlateDecodeFilter.