Class SevenZipArchiveInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
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
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in -
Constructor Summary
ConstructorsConstructorDescriptionSevenZipArchiveInputStream(org.apache.commons.compress.archivers.sevenz.SevenZFile sevenZFile) -
Method Summary
Methods inherited from class org.apache.commons.compress.archivers.ArchiveInputStream
canReadEntryData, count, count, forEach, getBytesRead, getCharset, getCount, iterator, mark, markSupported, pushedBackBytes, resetMethods inherited from class java.io.FilterInputStream
available, skipMethods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
SevenZipArchiveInputStream
public SevenZipArchiveInputStream(org.apache.commons.compress.archivers.sevenz.SevenZFile sevenZFile)
-
-
Method Details
-
getNextEntry
- Specified by:
getNextEntryin classorg.apache.commons.compress.archivers.ArchiveInputStream- Throws:
IOException
-
read
- Overrides:
readin classorg.apache.commons.compress.archivers.ArchiveInputStream- Throws:
IOException
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-
read
- Overrides:
readin classFilterInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream- Throws:
IOException
-