Searched defs:OPEN_READ (Results 1 – 3 of 3) sorted by relevance
46 try (ZipFile zipFile = new ZipFile(nonExistentFile, ZipFile.OPEN_READ)) { in test_FileNotFound()
175 public static final int OPEN_READ = 1; // 0x1 field in ZipFile
121 public static final int OPEN_READ = 0x1; field in ZipFile