Searched refs:documentStream (Results 1 – 1 of 1) sorted by relevance
315 ZipInputStream documentStream = null; in unzipToZip() local334 documentStream = in unzipToZip()341 copyDocumentToZip(documentStream, outStream, manifest); in unzipToZip()348 if (documentStream != null) documentStream.close(); in unzipToZip()425 ZipInputStream documentStream = null; in removeParcel() local442 documentStream = new ZipInputStream(new FileInputStream(document)); in removeParcel()445 while ((inEntry = documentStream.getNextEntry()) != null) { in removeParcel()467 while ((len = documentStream.read(bytes)) != -1) in removeParcel()479 if (documentStream != null) in removeParcel()480 documentStream.close(); in removeParcel()
Completed in 18 milliseconds