com.dtolabs.rundeck.core.utils
Class ZipUtil.CopyStreamCopier

java.lang.Object
  extended by com.dtolabs.rundeck.core.utils.ZipUtil.CopyStreamCopier
All Implemented Interfaces:
ZipUtil.streamCopier
Enclosing class:
ZipUtil

public static class ZipUtil.CopyStreamCopier
extends java.lang.Object
implements ZipUtil.streamCopier

streamCopier that simply copies the stream without modification.


Constructor Summary
ZipUtil.CopyStreamCopier()
           
 
Method Summary
 void copyStream(java.io.InputStream in, java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipUtil.CopyStreamCopier

public ZipUtil.CopyStreamCopier()
Method Detail

copyStream

public void copyStream(java.io.InputStream in,
                       java.io.OutputStream out)
                throws java.io.IOException
Specified by:
copyStream in interface ZipUtil.streamCopier
Throws:
java.io.IOException