| Package | Description |
|---|---|
| com.github.junrar | |
| com.github.junrar.exception | |
| com.github.junrar.unpack | |
| com.github.junrar.unpack.ppm |
| 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. |
| Constructor and Description |
|---|
Archive(File firstVolume) |
Archive(File firstVolume,
UnrarCallback unrarCallback) |
Archive(VolumeManager volumeManager) |
Archive(VolumeManager volumeManager,
UnrarCallback unrarCallback)
create a new archive object using the given
VolumeManager |
| Constructor and Description |
|---|
RarException(RarException e) |
| Modifier and Type | Method and Description |
|---|---|
void |
Unpack.doUnpack(int method,
boolean solid) |
int |
Unpack.getChar() |
protected void |
Unpack20.ReadLastTables() |
protected boolean |
Unpack20.ReadTables20() |
protected void |
Unpack15.unpack15(boolean solid) |
protected void |
Unpack20.unpack20(boolean solid) |
int |
ComprDataIO.unpRead(byte[] addr,
int offset,
int count) |
protected boolean |
Unpack15.unpReadBuf() |
| Modifier and Type | Method and Description |
|---|---|
void |
RangeCoder.ariDecNormalize() |
int |
ModelPPM.decodeChar() |
boolean |
ModelPPM.decodeInit(Unpack unpackRead,
int escChar) |
void |
RangeCoder.initDecoder(Unpack unpackRead) |
Copyright © 2017. All rights reserved.