Searched refs:origStream (Results 1 – 1 of 1) sorted by relevance
732 InputStream origStream = null; in writeToFile() local735 origStream = new BufferedInputStream(input); in writeToFile()737 StreamUtil.copyStreams(origStream, destStream, startOffset, size); in writeToFile()739 StreamUtil.close(origStream); in writeToFile()