Searched defs:memoryLimitInKb (Results 1 – 6 of 6) sorted by relevance
37 private final int memoryLimitInKb; field in MemoryLimitException39 public MemoryLimitException(long memoryNeededInKb, int memoryLimitInKb) { in MemoryLimitException()45 public MemoryLimitException(long memoryNeededInKb, int memoryLimitInKb, Exception e) { in MemoryLimitException()59 private static String buildMessage(long memoryNeededInKb, int memoryLimitInKb) { in buildMessage()
76 public LZMACompressorInputStream(final InputStream inputStream, int memoryLimitInKb) in LZMACompressorInputStream()
129 boolean decompressConcatenated, final int memoryLimitInKb) in XZCompressorInputStream()
41 public ZCompressorInputStream(final InputStream inputStream, final int memoryLimitInKb) in ZCompressorInputStream()
210 …private InputStream getStreamFor(final String fileName, final int memoryLimitInKb) throws Exceptio… in getStreamFor()
132 protected void initializeTables(final int maxCodeSize, final int memoryLimitInKb) in initializeTables()