Lines Matching refs:arrayCache
50 private ArrayCache arrayCache;
191 * except that this also takes the <code>arrayCache</code> argument.
199 * @param arrayCache cache to be used for allocating large arrays
217 public LZMAInputStream(InputStream in, ArrayCache arrayCache)
219 this(in, -1, arrayCache);
254 this(in, memoryLimit, ArrayCache.getDefaultCache());
262 * except that this also takes the <code>arrayCache</code> argument.
273 * @param arrayCache cache to be used for allocating large arrays
295 ArrayCache arrayCache) throws IOException {
319 initialize(in, uncompSize, propsByte, dictSize, null, arrayCache);
371 ArrayCache.getDefaultCache());
410 ArrayCache.getDefaultCache());
418 * byte[])</code> except that this also takes the <code>arrayCache</code>
437 * @param arrayCache cache to be used for allocating large arrays
455 ArrayCache arrayCache)
458 arrayCache);
498 ArrayCache.getDefaultCache());
507 * <code>arrayCache</code> argument.
530 * @param arrayCache cache to be used for allocating large arrays
544 ArrayCache arrayCache)
547 arrayCache);
552 ArrayCache arrayCache)
578 arrayCache);
584 ArrayCache arrayCache)
593 this.arrayCache = arrayCache;
601 lz = new LZDecoder(getDictSize(dictSize), presetDict, arrayCache);
741 lz.putArraysToCache(arrayCache);