Home
last modified time | relevance | path

Searched refs:zipInputStream (Results 1 – 1 of 1) sorted by relevance

/system/timezone/distro/core/src/main/com/android/timezone/distro/
DTimeZoneDistro.java95 try (ZipInputStream zipInputStream = new ZipInputStream(is)) { in getEntryContents() argument
97 while ((entry = zipInputStream.getNextEntry()) != null) { in getEntryContents()
110 while ((count = zipInputStream.read(buffer)) != -1) { in getEntryContents()
136 try (ZipInputStream zipInputStream = new ZipInputStream(is)) { in extractZipSafely() argument
139 while ((entry = zipInputStream.getNextEntry()) != null) { in extractZipSafely()
158 while ((count = zipInputStream.read(buffer)) != -1) { in extractZipSafely()