public class SevenZipArchiveInputStream extends ArchiveInputStream
| Constructor and Description |
|---|
SevenZipArchiveInputStream(SevenZFile sevenZFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ArchiveEntry |
getNextEntry() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
canReadEntryData, count, count, getBytesRead, getCount, pushedBackBytesavailable, mark, markSupported, reset, skippublic SevenZipArchiveInputStream(SevenZFile sevenZFile)
public ArchiveEntry getNextEntry() throws IOException
getNextEntry in class ArchiveInputStreamIOExceptionpublic int read()
throws IOException
read in class ArchiveInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOException