com.acciente.commons.io
Class IOUtils
java.lang.Object
com.acciente.commons.io.IOUtils
public class IOUtils
- extends java.lang.Object
A collection of general purpose I/O utils.
|
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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILEIO_BUFFER_SIZE
public static int FILEIO_BUFFER_SIZE
IOUtils
public IOUtils()
copy
public static void copy(java.io.File oFrom,
java.io.OutputStream oTo)
throws java.io.IOException
- Throws:
java.io.IOException
copy
public static void copy(java.io.Reader oFrom,
java.io.File oTo)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright (c) 2008 Acciente, LLC. All rights reserved.