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