async.net.impl
Class IOUtil

java.lang.Object
  extended by async.net.impl.IOUtil

public final class IOUtil
extends Object


Method Summary
static void close(Closeable closeable, ExceptionCallback<IOException> eCallback)
           
static void copy(InputStream in, OutputStream out)
           
static void copy(Reader in, Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public static void close(Closeable closeable,
                         ExceptionCallback<IOException> eCallback)

copy

public static void copy(InputStream in,
                        OutputStream out)
                 throws IOException
Throws:
IOException

copy

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


Copyright © 2011. All Rights Reserved.