Class SevenZArchiveInputStream


  • @Deprecated
    public class SevenZArchiveInputStream
    extends ArchiveInputStream
    Deprecated.
    Here unless implemented in commons-compress
    ArchiveInputStream realization for 7z archives.
    Since:
    9.0
    Author:
    Vladislav.Rassokhin
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void close()
      Deprecated.
       
      ArchiveEntry getNextEntry()
      Deprecated.
       
      int read​(byte[] b, int off, int len)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SevenZArchiveInputStream

        public SevenZArchiveInputStream​(@NotNull
                                        SevenZFile file)
        Deprecated.
    • Method Detail

      • getNextEntry

        public ArchiveEntry getNextEntry()
                                  throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • read

        public int read​(@NotNull
                        byte[] b,
                        int off,
                        int len)
                 throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException