Lines Matching refs:verifyCheck
69 private final boolean verifyCheck;
216 * that this takes also the <code>verifyCheck</code> argument.
229 * <code>verifyCheck</code> only affects the integrity check of
240 * @param verifyCheck if <code>true</code>, the integrity checks
262 public XZInputStream(InputStream in, int memoryLimit, boolean verifyCheck)
264 this(in, memoryLimit, verifyCheck, ArrayCache.getDefaultCache());
281 * @param verifyCheck if <code>true</code>, the integrity checks
305 public XZInputStream(InputStream in, int memoryLimit, boolean verifyCheck,
310 this.verifyCheck = verifyCheck;
311 this.xzIn = new SingleXZInputStream(in, memoryLimit, verifyCheck,
446 xzIn = new SingleXZInputStream(in, memoryLimit, verifyCheck, buf,