sharin.util
Class IoUtils

java.lang.Object
  extended by sharin.util.IoUtils

public class IoUtils
extends Object


Constructor Summary
IoUtils()
           
 
Method Summary
static void close(InputStream in)
           
static int read(Reader reader)
           
static void write(Writer writer, String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IoUtils

public IoUtils()
Method Detail

read

public static int read(Reader reader)

write

public static void write(Writer writer,
                         String str)

close

public static void close(InputStream in)


Copyright © 2009 SHU. All Rights Reserved.