Package jetbrains.buildServer.util.impl
Class SevenZArchiveInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.apache.commons.compress.archivers.ArchiveInputStream
-
- jetbrains.buildServer.util.impl.SevenZArchiveInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
@Deprecated public class SevenZArchiveInputStream extends org.apache.commons.compress.archivers.ArchiveInputStream
Deprecated.Here unless implemented in commons-compressArchiveInputStream realization for 7z archives.- Since:
- 9.0
- Author:
- Vladislav.Rassokhin
-
-
Field Summary
-
Fields inherited from class java.io.FilterInputStream
in
-
-
Constructor Summary
Constructors Constructor Description SevenZArchiveInputStream(File file)Deprecated.SevenZArchiveInputStream(org.apache.commons.compress.archivers.sevenz.SevenZFile file)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.org.apache.commons.compress.archivers.ArchiveEntrygetNextEntry()Deprecated.intread(byte[] b, int off, int len)Deprecated.-
Methods inherited from class org.apache.commons.compress.archivers.ArchiveInputStream
canReadEntryData, count, count, forEach, getBytesRead, getCharset, getCount, iterator, mark, markSupported, pushedBackBytes, read, reset
-
Methods inherited from class java.io.FilterInputStream
available, read, skip
-
-
-
-
Constructor Detail
-
SevenZArchiveInputStream
public SevenZArchiveInputStream(@NotNull org.apache.commons.compress.archivers.sevenz.SevenZFile file)Deprecated.
-
SevenZArchiveInputStream
public SevenZArchiveInputStream(@NotNull File file) throws IOExceptionDeprecated.- Throws:
IOException
-
-
Method Detail
-
getNextEntry
public org.apache.commons.compress.archivers.ArchiveEntry getNextEntry() throws IOExceptionDeprecated.- Specified by:
getNextEntryin classorg.apache.commons.compress.archivers.ArchiveInputStream- Throws:
IOException
-
read
public int read(@NotNull byte[] b, int off, int len) throws IOExceptionDeprecated.- Overrides:
readin classFilterInputStream- Throws:
IOException
-
close
public void close() throws IOExceptionDeprecated.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classFilterInputStream- Throws:
IOException
-
-