public class Seven7EntryInputStream extends InputStream
| Constructor and Description |
|---|
Seven7EntryInputStream(org.apache.commons.compress.archivers.sevenz.SevenZFile sevenZFile,
long size)
构造
|
Seven7EntryInputStream(org.apache.commons.compress.archivers.sevenz.SevenZFile sevenZFile,
org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry entry)
构造
|
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
long |
getReadSize()
获取读取的长度(字节数)
|
int |
read() |
close, mark, markSupported, read, read, reset, skippublic Seven7EntryInputStream(org.apache.commons.compress.archivers.sevenz.SevenZFile sevenZFile,
org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry entry)
sevenZFile - SevenZFileentry - SevenZArchiveEntrypublic Seven7EntryInputStream(org.apache.commons.compress.archivers.sevenz.SevenZFile sevenZFile,
long size)
sevenZFile - SevenZFilesize - 读取长度public int available()
throws IOException
available in class InputStreamIOExceptionpublic long getReadSize()
public int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2025. All rights reserved.