|
iText 9.6.0 API
|
Filter implementation for decoding Brotli-compressed PDF streams. More...
Public Member Functions |
|
| BrotliFilter () | |
| Constructs an empty BrotliFilter instance. More... |
|
| override byte[] | Decode (byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) |
| Decodes Brotli-compressed data from a PDF stream. 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... |
|
Filter implementation for decoding Brotli-compressed PDF streams.
Filter implementation for decoding Brotli-compressed PDF streams. This filter supports optional Brotli dictionary streams and memory limits awareness.
|
inline |
Constructs an empty BrotliFilter instance.
|
inlinevirtual |
Decodes Brotli-compressed data from a PDF stream.
| b | the bytes that need to be decoded |
| filterName | PdfName of the filter (unused) |
| decodeParams | decode parameters, may contain a Brotli dictionary stream under key 'D' |
| streamDictionary | the dictionary of the stream. Can contain additional information needed to decode the byte[] |
Implements iText.Kernel.Pdf.MemoryLimitsAwareFilter.