Java org.apache.poi.openxml4j.util ZipSecureFile fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.openxml4j.util ZipSecureFile fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.openxml4j.util ZipSecureFile.

The text is from its open source code.

Method

longgetMaxEntrySize()
Returns the current maximum allowed uncompressed file size.
longgetMaxTextSize()
Returns the current maximum allowed text size.
doublegetMinInflateRatio()
Returns the current minimum compression rate that is used.
voidsetMaxEntrySize(long maxEntrySize)
Sets the maximum file size of a single zip entry.
voidsetMaxTextSize(long maxTextSize)
Sets the maximum number of characters of text that are extracted before an exception is thrown during extracting text from documents.
voidsetMinInflateRatio(double ratio)
Sets the ratio between de- and inflated bytes to detect zipbomb.