Searched refs:outEntry (Results 1 – 1 of 1) sorted by relevance
141 ZipEntry outEntry = new ZipEntry(name); in testStoredEntrySize() local143 outEntry.setMethod(ZipEntry.STORED); in testStoredEntrySize()146 outEntry.setCrc(crc.getValue()); in testStoredEntrySize()147 outEntry.setSize(buffer.length); in testStoredEntrySize()149 out.putNextEntry(outEntry); in testStoredEntrySize()