Home
last modified time | relevance | path

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

/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java402 InputStream manifestStream = null; in copyDocumentToZip() local
404 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() local
457 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 23 milliseconds