| Package | Description |
|---|---|
| com.github.junrar | |
| com.github.junrar.unpack | |
| com.github.junrar.vfs2.provider.rar |
| Modifier and Type | Method and Description |
|---|---|
FileHeader |
Archive.nextFileHeader() |
| Modifier and Type | Method and Description |
|---|---|
List<FileHeader> |
Archive.getFileHeaders() |
| Modifier and Type | Method and Description |
|---|---|
void |
Archive.extractFile(FileHeader hd,
OutputStream os)
Extract the file specified by the given header and write it to the
supplied output stream
|
InputStream |
Archive.getInputStream(FileHeader hd)
Returns an
InputStream that will allow to read the file and
stream it. |
| Modifier and Type | Method and Description |
|---|---|
FileHeader |
ComprDataIO.getSubHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComprDataIO.init(FileHeader hd) |
void |
ComprDataIO.setSubHeader(FileHeader hd) |
| Modifier and Type | Field and Description |
|---|---|
protected FileHeader |
RARFileObject.header |
| Modifier and Type | Method and Description |
|---|---|
protected RARFileObject |
RARFileSystem.createRARFileObject(org.apache.commons.vfs2.provider.AbstractFileName name,
FileHeader header) |
void |
RARFileObject.setHeader(FileHeader header) |
| Constructor and Description |
|---|
RARFileObject(org.apache.commons.vfs2.provider.AbstractFileName name,
Archive archive,
FileHeader header,
RARFileSystem fs) |
Copyright © 2017. All rights reserved.