com.dtolabs.rundeck.core.utils
Interface ZipUtil.streamCopier

All Known Implementing Classes:
ZipUtil.CopyStreamCopier
Enclosing class:
ZipUtil

public static interface ZipUtil.streamCopier

Interface for copying a stream from input to output.


Method Summary
 void copyStream(java.io.InputStream in, java.io.OutputStream out)
           
 

Method Detail

copyStream

void copyStream(java.io.InputStream in,
                java.io.OutputStream out)
                throws java.io.IOException
Throws:
java.io.IOException