com.ochafik.io
Class IOUtils

java.lang.Object
  extended by com.ochafik.io.IOUtils

public class IOUtils
extends Object


Constructor Summary
IOUtils()
           
 
Method Summary
static long readWrite(InputStream in, OutputStream out)
           
static long readWrite(InputStream in, OutputStream out, int maxLen)
           
static long readWrite(InputStream in, OutputStream out, ProgressModel progressModel)
           
static void readWrite(Reader in, Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtils

public IOUtils()
Method Detail

readWrite

public static final long readWrite(InputStream in,
                                   OutputStream out)
                            throws IOException
Throws:
IOException

readWrite

public static final long readWrite(InputStream in,
                                   OutputStream out,
                                   int maxLen)
                            throws IOException
Throws:
IOException

readWrite

public static final long readWrite(InputStream in,
                                   OutputStream out,
                                   ProgressModel progressModel)
                            throws IOException
Throws:
IOException

readWrite

public static void readWrite(Reader in,
                             Writer out)
                      throws IOException
Throws:
IOException


Copyright © 2009. All Rights Reserved.