Class ZipArchiveWrapper

java.lang.Object
org.ctan.site.services.upload.util.archive.ZipArchiveWrapper
All Implemented Interfaces:
Archive

public class ZipArchiveWrapper extends Object implements Archive
The class Archive contains the wrapper for a ZIP archive.
  • Constructor Details

    • ZipArchiveWrapper

      public ZipArchiveWrapper(@NonNull @NonNull String name, @NonNull @NonNull InputStream in)
      This is the constructor for ZipArchiveWrapper.
      Parameters:
      name - the file name
      in - the wrapped input stream
  • Method Details