Lines Matching refs:arrayCache
55 private final ArrayCache arrayCache;
103 * <code>XZOutputStream(OutputStream, FilterOptions[], ArrayCache)</code>.
111 * @param arrayCache cache to be used for allocating large arrays
121 ArrayCache arrayCache)
123 this(out, filterOptions, XZ.CHECK_CRC64, arrayCache);
156 * ArrayCache)</code>.
167 * @param arrayCache cache to be used for allocating large arrays
177 int checkType, ArrayCache arrayCache)
180 arrayCache);
208 * arrayCache)</code>.
216 * @param arrayCache cache to be used for allocating large arrays
226 ArrayCache arrayCache)
228 this(out, filterOptions, XZ.CHECK_CRC64, arrayCache);
251 this(out, filterOptions, checkType, ArrayCache.getDefaultCache());
267 * @param arrayCache cache to be used for allocating large arrays
277 int checkType, ArrayCache arrayCache)
279 this.arrayCache = arrayCache;
398 arrayCache);