cn.com.cjf.utils
Class IOUtil

java.lang.Object
  extended by cn.com.cjf.utils.IOUtil

public class IOUtil
extends java.lang.Object

输入输出的IO工具

Author:
saiya wyd1011@126.com

Constructor Summary
IOUtil()
           
 
Method Summary
static java.io.BufferedReader getReader(java.io.File source, java.lang.String charSet)
           
static java.io.BufferedWriter getWriter(java.io.File target, java.lang.String charSet, boolean append)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtil

public IOUtil()
Method Detail

getReader

public static java.io.BufferedReader getReader(java.io.File source,
                                               java.lang.String charSet)
                                        throws java.io.IOException
Throws:
java.io.IOException

getWriter

public static java.io.BufferedWriter getWriter(java.io.File target,
                                               java.lang.String charSet,
                                               boolean append)
                                        throws java.io.IOException
Throws:
java.io.IOException