Class ZipHelper


  • public class ZipHelper
    extends Object
    Contains helper methods to handle ZIP files
    • Constructor Detail

      • ZipHelper

        public ZipHelper()
    • Method Detail

      • extract

        public static void extract​(InputStream in,
                                   File outDir,
                                   FileFilter filter)
                            throws IOException
        Extract the given InputStream representing a zip file to the given output directory, using the given FileFilter (which may be null)
        Throws:
        IOException