com.acciente.commons.io
Class IOUtils

java.lang.Object
  extended by com.acciente.commons.io.IOUtils

public class IOUtils
extends Object

A collection of general purpose I/O utils.

Author:
APR

Field Summary
static int FILEIO_BUFFER_SIZE
           
 
Constructor Summary
IOUtils()
           
 
Method Summary
static void copy(File oFrom, OutputStream oTo)
           
static void copy(Reader oFrom, File oTo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILEIO_BUFFER_SIZE

public static int FILEIO_BUFFER_SIZE
Constructor Detail

IOUtils

public IOUtils()
Method Detail

copy

public static void copy(File oFrom,
                        OutputStream oTo)
                 throws IOException
Throws:
IOException

copy

public static void copy(Reader oFrom,
                        File oTo)
                 throws IOException
Throws:
IOException


Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.