org.apache.karaf.shell.dev.util
Class IO
java.lang.Object
org.apache.karaf.shell.dev.util.IO
public class IO
- extends Object
Helper class for I/O operations
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IO
public IO()
copyTextToFile
public static void copyTextToFile(InputStream stream,
File file)
throws IOException
- Write text from an InputStream to a file
- Throws:
IOException
Copyright © 2007-2013 FuseSource, Corp.. All Rights Reserved.