Return to www.inductionframework.org

com.acciente.commons.io
Class IOUtils

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

public class IOUtils
extends java.lang.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(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

FILEIO_BUFFER_SIZE

public static int FILEIO_BUFFER_SIZE
Constructor Detail

IOUtils

public IOUtils()
Method Detail

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

Return to www.inductionframework.org

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