|
Return to www.inductionframework.org | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acciente.commons.io.IOUtils
public class IOUtils
A collection of general purpose I/O utils.
| Field Summary | |
|---|---|
static int |
FILEIO_BUFFER_SIZE
|
| Constructor Summary | |
|---|---|
IOUtils()
|
|
| Method Summary | |
|---|---|
static void |
copy(java.io.File oFrom,
java.io.OutputStream oTo)
|
static void |
copy(java.io.Reader oFrom,
java.io.File oTo)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int FILEIO_BUFFER_SIZE
| Constructor Detail |
|---|
public IOUtils()
| Method Detail |
|---|
public static void copy(java.io.File oFrom,
java.io.OutputStream oTo)
throws java.io.IOException
java.io.IOException
public static void copy(java.io.Reader oFrom,
java.io.File oTo)
throws java.io.IOException
java.io.IOException
|
Return to www.inductionframework.org | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||