public class Seven7EntryInputStream extends InputStream
Constructor and Description |
---|
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, skip
public Seven7EntryInputStream(org.apache.commons.compress.archivers.sevenz.SevenZFile sevenZFile, org.apache.commons.compress.archivers.sevenz.SevenZArchiveEntry entry)
sevenZFile
- SevenZFile
entry
- SevenZArchiveEntry
public int available() throws IOException
available
in class InputStream
IOException
public long getReadSize()
public int read() throws IOException
read
in class InputStream
IOException
Copyright © 2024. All rights reserved.