Searched refs:zipInput (Results 1 – 1 of 1) sorted by relevance
191 final ZipInputStream zipInput = new ZipInputStream(new FileInputStream(localZip)); in testThemes() local193 while ((entry = zipInput.getNextEntry()) != null) { in testThemes()201 while ((count = zipInput.read(data, 0, data.length)) != -1) { in testThemes()214 zipInput.closeEntry(); in testThemes()217 zipInput.close(); in testThemes()