Home | History | Annotate | Download | only in xz

Lines Matching refs:arrayCache

27     private final ArrayCache arrayCache;
46 ArrayCache arrayCache)
59 this.arrayCache = arrayCache;
70 arrayCache);
130 this(out, options, inputSize, ArrayCache.getDefaultCache());
138 * except that this also takes the <code>arrayCache</code> argument.
149 * @param arrayCache cache to be used for allocating large arrays
156 long inputSize, ArrayCache arrayCache)
158 this(out, options, true, inputSize == -1, inputSize, arrayCache);
182 this(out, options, useEndMarker, ArrayCache.getDefaultCache());
190 * except that this also takes the <code>arrayCache</code> argument.
201 * @param arrayCache cache to be used for allocating large arrays
208 boolean useEndMarker, ArrayCache arrayCache)
210 this(out, options, false, useEndMarker, -1, arrayCache);
303 lzma.putArraysToCache(arrayCache);