Searched refs:copyStreamToWriter (Results 1 – 2 of 2) sorted by relevance
145 StreamUtil.copyStreamToWriter(bais, writer); in testCopyStreamToWriter()
178 public static void copyStreamToWriter(InputStream inStream, Writer writer) throws IOException { in copyStreamToWriter() method in StreamUtil