Uses of Class
kala.compress.MemoryLimitException
Packages that use MemoryLimitException
-
Uses of MemoryLimitException in kala.compress.compressors.lzw
Methods in kala.compress.compressors.lzw that throw MemoryLimitExceptionModifier and TypeMethodDescriptionprotected voidLZWInputStream.initializeTables(int maxCodeSize, int memoryLimitInKb) Initializes the arrays based on the maximum code size.