HomeSort by relevance Sort by last modified time
    Searched full:zentry2 (Results 1 - 2 of 2) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipFileTest.java 333 ZipEntry zentry2 = zfile.getEntry("File3.txt"); local
334 is = zfile.getInputStream(zentry2);
344 is = zfile.getInputStream(zentry2);
381 ZipEntry zentry2 = zfile.getEntry("File3.txt"); local
382 is = zfile.getInputStream(zentry2);
ZipEntryTest.java 384 ZipEntry zentry2 = new ZipEntry(zentry); local
386 2, zentry2.getSize());
387 assertEquals("ZipEntry Created With Incorrect Compressed Size.", 4, zentry2
389 assertEquals("ZipEntry Created With Incorrect Comment.", "Testing", zentry2
392 orgCrc, zentry2.getCrc());
394 orgTime, zentry2.getTime());

Completed in 130 milliseconds