Interface ZipEntryTransformer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void transform​(java.io.InputStream in, java.util.zip.ZipEntry zipEntry, java.util.zip.ZipOutputStream out)
      Transforms the zip entry given as an input stream and ZipEntry metadata.
    • Method Detail

      • transform

        void transform​(java.io.InputStream in,
                       java.util.zip.ZipEntry zipEntry,
                       java.util.zip.ZipOutputStream out)
                throws java.io.IOException
        Transforms the zip entry given as an input stream and ZipEntry metadata. The result is written to a ZipOutputStream
        Parameters:
        in - input stream of the entry contents
        zipEntry - zip entry metadata
        out - output stream to write transformed entry (if necessary)
        Throws:
        java.io.IOException - if anything goes wrong