org.codehaus.mojo.smc
Class Util
java.lang.Object
org.codehaus.mojo.smc.Util
public class Util
- extends Object
Util functions for the smc plugin
- Version:
- $Id: Util.java 6588 2008-03-28 12:22:57Z bentmann $
- Author:
- Jerome Lacoste
Constructor Summary |
Util()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
copyStreamToFile
public static void copyStreamToFile(InputStream stream,
String outputFilePath)
throws FileNotFoundException,
IOException
- Uses the default charset
- Parameters:
stream
- outputFilePath
-
- Throws:
FileNotFoundException
- if the output file path is invalid
IOException
Copyright © 2006-2011 Codehaus. All Rights Reserved.