Class ArArchiveInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

public class ArArchiveInputStream extends ArchiveInputStream<ArArchiveEntry>
Implements the "ar" archive format as an input stream.
  • Constructor Details

    • ArArchiveInputStream

      public ArArchiveInputStream(InputStream inputStream)
      Constructs an Ar input stream with the referenced stream
      Parameters:
      inputStream - the ar input stream
  • Method Details