Searched refs:copyFileToStream (Results 1 – 2 of 2) sorted by relevance
250 StreamUtil.copyFileToStream(file, outStream); in testCopyFileToStream()
265 public static void copyFileToStream(File file, OutputStream outStream) throws IOException { in copyFileToStream() method in StreamUtil