jlibs.core.io
Class IOPump

java.lang.Object
  extended by jlibs.core.lang.ThrowableTask<Void,IOException>
      extended by jlibs.core.io.IOPump

public class IOPump
extends ThrowableTask<Void,IOException>

Author:
Santhosh Kumar T

Constructor Summary
IOPump(InputStream is, OutputStream os, boolean closeIn, boolean closeOut)
           
 
Method Summary
 Void run()
           
 
Methods inherited from class jlibs.core.lang.ThrowableTask
asRunnable, getException, getResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOPump

public IOPump(InputStream is,
              OutputStream os,
              boolean closeIn,
              boolean closeOut)
Method Detail

run

public Void run()
         throws IOException
Specified by:
run in class ThrowableTask<Void,IOException>
Throws:
IOException


Copyright © 2018. All rights reserved.