Class SevenZipArchiveInputStream
- java.lang.Object
 - 
- java.io.InputStream
 - 
- org.apache.commons.compress.archivers.ArchiveInputStream
 - 
- io.freefair.gradle.plugins.compress.internal.SevenZipArchiveInputStream
 
 
 
 
- 
- All Implemented Interfaces:
 Closeable,AutoCloseable
public class SevenZipArchiveInputStream extends org.apache.commons.compress.archivers.ArchiveInputStream 
- 
- 
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 voidclose()org.apache.commons.compress.archivers.ArchiveEntrygetNextEntry()intread()intread(byte[] b)intread(byte[] b, int off, int len)- 
Methods inherited from class org.apache.commons.compress.archivers.ArchiveInputStream
canReadEntryData, count, count, getBytesRead, getCount, pushedBackBytes 
- 
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getNextEntry
public org.apache.commons.compress.archivers.ArchiveEntry getNextEntry() throws IOException- Specified by:
 getNextEntryin classorg.apache.commons.compress.archivers.ArchiveInputStream- Throws:
 IOException
 
- 
read
public int read() throws IOException- Overrides:
 readin classorg.apache.commons.compress.archivers.ArchiveInputStream- Throws:
 IOException
 
- 
read
public int read(byte[] b) throws IOException- Overrides:
 readin classInputStream- Throws:
 IOException
 
- 
read
public int read(byte[] b, int off, int len) throws IOException- Overrides:
 readin classInputStream- Throws:
 IOException
 
- 
close
public void close() throws IOException- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Overrides:
 closein classInputStream- Throws:
 IOException
 
 - 
 
 -