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 Detail

      • copyStream

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