Class SevenZArchiveInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    @Deprecated
    public class SevenZArchiveInputStream
    extends org.apache.commons.compress.archivers.ArchiveInputStream
    Deprecated.
    Here unless implemented in commons-compress
    ArchiveInputStream realization for 7z archives.
    Since:
    9.0
    Author:
    Vladislav.Rassokhin
    • Constructor Detail

      • SevenZArchiveInputStream

        public SevenZArchiveInputStream​(@NotNull
                                        org.apache.commons.compress.archivers.sevenz.SevenZFile file)
        Deprecated.
      • SevenZArchiveInputStream

        public SevenZArchiveInputStream​(@NotNull
                                        File file)
                                 throws IOException
        Deprecated.
        Throws:
        IOException