public class SevenZArchiveInputStream
extends org.apache.commons.compress.archivers.ArchiveInputStream
in| Constructor and Description |
|---|
SevenZArchiveInputStream(File file) |
SevenZArchiveInputStream(File file,
byte[] password) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
boolean |
canReadEntryData(org.apache.commons.compress.archivers.ArchiveEntry archiveEntry) |
void |
close() |
org.apache.commons.compress.archivers.ArchiveEntry |
getNextEntry() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
String |
toString() |
public SevenZArchiveInputStream(File file) throws IOException
IOExceptionpublic SevenZArchiveInputStream(File file, byte[] password) throws IOException
IOExceptionpublic org.apache.commons.compress.archivers.ArchiveEntry getNextEntry()
throws IOException
getNextEntry in class org.apache.commons.compress.archivers.ArchiveInputStreamIOExceptionpublic int read()
throws IOException
read in class org.apache.commons.compress.archivers.ArchiveInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionpublic int available()
throws IOException
available in class FilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionpublic boolean canReadEntryData(org.apache.commons.compress.archivers.ArchiveEntry archiveEntry)
canReadEntryData in class org.apache.commons.compress.archivers.ArchiveInputStreamCopyright © 2001–2025. All rights reserved.