Searched refs:VerifyLog (Results 1 – 8 of 8) sorted by relevance
37 static VerifyLog devNull() { in devNull()38 return new VerifyLog() { in devNull()56 static VerifyLog unlimited() {57 return new VerifyLog() {
67 private Supplier<VerifyLog> verifyLogFactory;199 public ZFileOptions setVerifyLogFactory(@Nonnull Supplier<VerifyLog> verifyLogFactory) { in setVerifyLogFactory()211 public Supplier<VerifyLog> getVerifyLogFactory() { in getVerifyLogFactory()
397 private final Supplier<VerifyLog> verifyLogFactory;403 private final VerifyLog verifyLog;2727 VerifyLog makeVerifyLog() { in makeVerifyLog()2728 VerifyLog log = verifyLogFactory.get(); in makeVerifyLog()2739 VerifyLog getVerifyLog() { in getVerifyLog()
204 void verify(@Nonnull ByteBuffer bytes, @Nullable VerifyLog verifyLog) throws IOException { in verify()236 @Nullable VerifyLog verifyLog) throws IOException { in verify()
200 private final VerifyLog verifyLog;815 public VerifyLog getVerifyLog() { in getVerifyLog()
26 public interface VerifyLog { interface
196 private final VerifyLog verifyLog;
1442 VerifyLog vl = zf.getVerifyLog(); in detectIncorrectCRC32InLocalHeader()1482 VerifyLog vl = zf.getVerifyLog(); in detectIncorrectVersionToExtractInCentralDirectory()1520 VerifyLog vl = zf.getVerifyLog(); in detectIncorrectVersionToExtractInLocalHeader()1578 VerifyLog vl = zf.getVerifyLog(); in sortZipContentsWithDeferredCrc32()