public final class FilterHandlers extends Object
FilterHandlers.FilterHandler via a lookup.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilterHandlers.FilterHandler
The main interface for creating a new FilterHandlers.FilterHandler
|
| Constructor and Description |
|---|
FilterHandlers() |
| Modifier and Type | Method and Description |
|---|---|
static ByteArrayOutputStream |
enableMemoryLimitsAwareHandler(PdfDictionary streamDictionary)
Creates a MemoryLimitsAwareOutputStream which will be used for decompression of the passed pdf stream.
|
static Map<PdfName,FilterHandlers.FilterHandler> |
getDefaultFilterHandlers() |
public static Map<PdfName,FilterHandlers.FilterHandler> getDefaultFilterHandlers()
FilterHandlers.FilterHandlers used by iText
public static ByteArrayOutputStream enableMemoryLimitsAwareHandler(PdfDictionary streamDictionary)
MemoryLimitsAwareOutputStream which will be used for decompression of the passed pdf stream.
streamDictionary - the pdf stream which is going to be decompressed.
ByteArrayOutputStream which will be used for decompression of the passed pdf stream
Copyright © 1998–2021. All rights reserved.