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 void
close()
Deprecated.org.apache.commons.compress.archivers.ArchiveEntry
getNextEntry()
Deprecated.int
read(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 IOException
Deprecated.- Throws:
IOException
-
-
Method Detail
-
getNextEntry
public org.apache.commons.compress.archivers.ArchiveEntry getNextEntry() throws IOException
Deprecated.- Specified by:
getNextEntry
in classorg.apache.commons.compress.archivers.ArchiveInputStream
- Throws:
IOException
-
read
public int read(@NotNull byte[] b, int off, int len) throws IOException
Deprecated.- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-
close
public void close() throws IOException
Deprecated.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterInputStream
- Throws:
IOException
-
-