Searched refs:zbytes (Results 1 – 1 of 1) sorted by relevance
91 byte[] zbytes = getBytes(ldt); in testWithTZ()93 test(zbytes, ldt); in testWithTZ()100 static void test(byte[] zbytes, LocalDateTime expected) throws Throwable { in test() argument103 ZipInputStream zis = new ZipInputStream(new ByteArrayInputStream(zbytes)); in test()114 Files.copy(new ByteArrayInputStream(zbytes), zpath); in test()