Class TgzArchiveWrapper

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

public class TgzArchiveWrapper extends Object implements Archive
The class TgzArchiveWrapper contains an adaptor for a TGZ archive.
  • Constructor Details

    • TgzArchiveWrapper

      public TgzArchiveWrapper(String name, @NonNull @NonNull InputStream in) throws IOException
      This is the constructor for ZipArchive.
      Parameters:
      name - the file name
      in - the wrapped input stream
      Throws:
      IOException - in case of an I/O error
  • Method Details