Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DFileUtils.java208 BufferedInputStream bis = null; in unzip() local
230 bis = new BufferedInputStream(zipFile.getInputStream(entry)); in unzip()
243 while ((count = bis.read(data, 0, BUFFER_SIZE)) != -1) { in unzip()
251 bis.close(); in unzip()
258 closeStream(bis); in unzip()