java.lang.Object
com.aquima.interactions.foundation.io.zip.ZipReader

public final class ZipReader extends Object
Aquima zip reader implementation for internal use only. This class uses the zip classes from java.util.zip and is introduced for easy .NET conversion.
Since:
8.1
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • getNextEntry

      public ZipEntry getNextEntry() throws IOException
      Reads the next ZIP file entry and positions the stream at the beginning of the entry data.
      Returns:
      the next ZIP file entry, or null if there are no more entries
      Throws:
      IOException - if an I/O error has occurred
    • close

      public void close() throws IOException
      Throws:
      IOException