Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • CopyStreamCopier

        public 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