Class SevenZipArchiveInputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class SevenZipArchiveInputStream
    extends org.apache.commons.compress.archivers.ArchiveInputStream
    • Field Summary

      • Fields inherited from class java.io.FilterInputStream

        in
    • Constructor Summary

      Constructors 
      Constructor Description
      SevenZipArchiveInputStream​(org.apache.commons.compress.archivers.sevenz.SevenZFile sevenZFile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      org.apache.commons.compress.archivers.ArchiveEntry getNextEntry()  
      int read()  
      int read​(byte[] b)  
      int read​(byte[] b, int off, int len)  
      • Methods inherited from class org.apache.commons.compress.archivers.ArchiveInputStream

        canReadEntryData, count, count, forEach, getBytesRead, getCharset, getCount, iterator, mark, markSupported, pushedBackBytes, reset
      • Methods inherited from class java.io.FilterInputStream

        available, skip
      • Methods inherited from class java.io.InputStream

        nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

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

      • SevenZipArchiveInputStream

        public SevenZipArchiveInputStream​(org.apache.commons.compress.archivers.sevenz.SevenZFile sevenZFile)
    • Method Detail

      • getNextEntry

        public org.apache.commons.compress.archivers.ArchiveEntry getNextEntry()
                                                                        throws java.io.IOException
        Specified by:
        getNextEntry in class org.apache.commons.compress.archivers.ArchiveInputStream
        Throws:
        java.io.IOException
      • read

        public int read()
                 throws java.io.IOException
        Overrides:
        read in class org.apache.commons.compress.archivers.ArchiveInputStream
        Throws:
        java.io.IOException
      • read

        public int read​(byte[] b)
                 throws java.io.IOException
        Overrides:
        read in class java.io.FilterInputStream
        Throws:
        java.io.IOException
      • read

        public int read​(byte[] b,
                        int off,
                        int len)
                 throws java.io.IOException
        Overrides:
        read in class java.io.FilterInputStream
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Overrides:
        close in class java.io.FilterInputStream
        Throws:
        java.io.IOException