jdave.support
Class IO

java.lang.Object
  extended by jdave.support.IO

public class IO
extends Object

Author:
Joni Freeman

Constructor Summary
IO()
           
 
Method Summary
static String read(InputStream stream)
           
static void write(File file, String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IO

public IO()
Method Detail

read

public static String read(InputStream stream)
                   throws IOException
Throws:
IOException

write

public static void write(File file,
                         String content)
                  throws IOException
Throws:
IOException


Copyright © 2010. All Rights Reserved.