|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcn.com.cjf.utils.IOUtil
public class IOUtil
输入输出的IO工具
| 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 |
|---|
public IOUtil()
| Method Detail |
|---|
public static java.io.BufferedReader getReader(java.io.File source,
java.lang.String charSet)
throws java.io.IOException
java.io.IOException
public static java.io.BufferedWriter getWriter(java.io.File target,
java.lang.String charSet,
boolean append)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||