Searched refs:copyStreams (Results 1 – 3 of 3) sorted by relevance
63 StreamUtil.copyStreams(origStream, destStream); in writeToFile()
42 public static void copyStreams(InputStream inStream, OutputStream outStream) in copyStreams() method in StreamUtil
123 StreamUtil.copyStreams(inputStream, out); in writeToStream()