Searched refs:copyZip (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/util/zip/
H A DDataDescriptor.java48 * copyZip, we attempt to read a data length not from the LOC header but from
53 static void copyZip(ZipInputStream in, ZipOutputStream out) throws IOException { method in class:DataDescriptor
58 // copyZip will throw an exception while reading data.
80 // copyZip to get a new byte array.
86 copyZip(zis, zos);
96 // Now use copyZip again on the bytes resulting from the previous
97 // copy. When the bug is present, copyZip will get an exception this
101 copyZip(new ZipInputStream(new ByteArrayInputStream(zipbytes2)), zos);

Completed in 67 milliseconds