Home
last modified time | relevance | path

Searched refs:zbytes (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/zip/
DTestLocalTime.java91 byte[] zbytes = getBytes(ldt); in testWithTZ()
93 test(zbytes, ldt); in testWithTZ()
100 static void test(byte[] zbytes, LocalDateTime expected) throws Throwable { in test() argument
103 ZipInputStream zis = new ZipInputStream(new ByteArrayInputStream(zbytes)); in test()
114 Files.copy(new ByteArrayInputStream(zbytes), zpath); in test()