mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

kenneth_suter
14.57.2007 00465e9aedbf041057eb1efca7699f929bcb8a66
opends/src/quicksetup/org/opends/quicksetup/util/ZipExtractor.java
@@ -73,6 +73,19 @@
  /**
   * Creates an instance of an ZipExtractor.
   * @param in InputStream for zip content
   * @param zipFileName name of the input zip file
   * @throws FileNotFoundException if the specified file does not exist
   * @throws IllegalArgumentException if the zip file is not a zip file
   */
  public ZipExtractor(InputStream in, String zipFileName)
    throws FileNotFoundException, IllegalArgumentException
  {
    this(in, 0, 0, 1, zipFileName, null);
  }
  /**
   * Creates an instance of an ZipExtractor.
   * @param zipFile File the zip file to extract
   * @param minRatio int indicating the max ration
   * @param maxRatio int indicating the min ration