Searched refs:destStream (Results 1 – 2 of 2) sorted by relevance
652 OutputStream destStream = null; in writeToFile() local655 destStream = new BufferedOutputStream(new FileOutputStream(destFile, append)); in writeToFile()656 StreamUtil.copyStreams(origStream, destStream, startOffset, size); in writeToFile()659 StreamUtil.flushAndCloseStream(destStream); in writeToFile()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...