Searched refs:manifestStream (Results 1 – 1 of 1) sorted by relevance
402 InputStream manifestStream = null; in copyDocumentToZip() local404 manifestStream = manifest.getInputStream(); in copyDocumentToZip()405 while ((len = manifestStream.read(bytes)) != -1) in copyDocumentToZip()409 if (manifestStream != null) in copyDocumentToZip()410 manifestStream.close(); in copyDocumentToZip()455 InputStream manifestStream = null; in removeParcel() local457 manifestStream = manifest.getInputStream(); in removeParcel()458 while ((len = manifestStream.read(bytes)) != -1) in removeParcel()462 if (manifestStream != null) in removeParcel()463 manifestStream.close(); in removeParcel()
Completed in 14 milliseconds