| Modifier and Type | Field and Description |
|---|---|
protected AudioVariables[] |
AudV |
protected BitDecode |
BD |
static int[] |
DBits |
protected DistDecode |
DD |
static int[] |
DDecode |
static byte[] |
LBits |
protected LitDecode |
LD |
protected LowDistDecode |
LDD |
static int[] |
LDecode |
protected MultDecode[] |
MD |
protected RepDecode |
RD |
static int[] |
SDBits |
static int[] |
SDDecode |
protected int |
UnpAudioBlock |
protected int |
UnpChannelDelta |
protected int |
UnpChannels |
protected int |
UnpCurChannel |
protected byte[] |
UnpOldTable20 |
AvrLn1, AvrLn2, AvrLn3, AvrPlc, AvrPlcB, Buf60, ChSet, ChSetA, ChSetB, ChSetC, destUnpSize, FlagBuf, FlagsCnt, lastDist, lastLength, LCount, MaxDist3, Nhfb, Nlzb, NToPl, NToPlB, NToPlC, NumHuf, oldDist, oldDistPtr, Place, PlaceA, PlaceB, PlaceC, readBorder, readTop, StMode, suspended, unpAllBuf, unpIO, unpPtr, unpSomeRead, window, wrPtr| Constructor and Description |
|---|
Unpack20() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CopyString20(int Length,
int Distance) |
protected byte |
DecodeAudio(int Delta) |
protected int |
decodeNumber(Decode dec) |
protected void |
makeDecodeTables(byte[] lenTab,
int offset,
Decode dec,
int size) |
protected void |
ReadLastTables() |
protected boolean |
ReadTables20() |
protected void |
unpack20(boolean solid) |
protected void |
unpInitData20(boolean Solid) |
corrHuff, decodeNum, getFlagsBuf, huffDecode, initHuff, longLZ, oldCopyString, oldUnpInitData, oldUnpWriteBuf, shortLZ, unpack15, unpInitData, unpReadBufprotected MultDecode[] MD
protected byte[] UnpOldTable20
protected int UnpAudioBlock
protected int UnpChannels
protected int UnpCurChannel
protected int UnpChannelDelta
protected AudioVariables[] AudV
protected LitDecode LD
protected DistDecode DD
protected LowDistDecode LDD
protected RepDecode RD
protected BitDecode BD
public static final int[] LDecode
public static final byte[] LBits
public static final int[] DDecode
public static final int[] DBits
public static final int[] SDDecode
public static final int[] SDBits
protected void unpack20(boolean solid)
throws java.io.IOException,
RarException
java.io.IOExceptionRarExceptionprotected void CopyString20(int Length,
int Distance)
protected void makeDecodeTables(byte[] lenTab,
int offset,
Decode dec,
int size)
protected int decodeNumber(Decode dec)
protected boolean ReadTables20()
throws java.io.IOException,
RarException
java.io.IOExceptionRarExceptionprotected void unpInitData20(boolean Solid)
protected void ReadLastTables()
throws java.io.IOException,
RarException
java.io.IOExceptionRarExceptionprotected byte DecodeAudio(int Delta)