Uses of Class
org.apache.commons.compress.MemoryLimitException
-
Packages that use MemoryLimitException Package Description org.apache.commons.compress.compressors.lzw Generic LZW implementation. -
-
Uses of MemoryLimitException in org.apache.commons.compress.compressors.lzw
Methods in org.apache.commons.compress.compressors.lzw that throw MemoryLimitException Modifier and Type Method Description protected void
LZWInputStream. initializeTables(int maxCodeSize, int memoryLimitInKb)
Initializes the arrays based on the maximum code size.
-