Searched refs:bis (Results 1 – 1 of 1) sorted by relevance
208 BufferedInputStream bis = null; in unzip() local230 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()