public static class LZMADecoder.LZMAInputState extends AbstractTransformer.LastResultAwareState<Buffer,Buffer> implements Cacheable
Modifier and Type | Field and Description |
---|---|
boolean |
decInitialized |
Decoder.LiteralDecoder.Decoder2 |
decoder2 |
int |
inner1State |
int |
inner2State |
int |
lastMethodResult |
long |
nowPos64 |
int |
posState |
byte |
prevByte |
int |
rep0 |
int |
rep1 |
int |
rep2 |
int |
rep3 |
int |
state |
int |
state31 |
int |
state311 |
int |
state311Distance |
int |
state32 |
int |
state321 |
int |
state321NumDirectBits |
int |
state32PosSlot |
int |
state3Len |
int |
staticBitIndex |
int |
staticM |
int |
staticReverseDecodeMethodState |
int |
staticSymbol |
lastResult
Constructor and Description |
---|
LZMAInputState() |
Modifier and Type | Method and Description |
---|---|
Decoder |
getDecoder() |
Buffer |
getDst() |
MemoryManager |
getMemoryManager() |
Buffer |
getSrc() |
boolean |
initialize(Buffer buffer) |
boolean |
isInitialized() |
void |
recycle() |
void |
setDst(Buffer dst) |
void |
setMemoryManager(MemoryManager mm) |
void |
setSrc(Buffer src) |
getLastResult, setLastResult
public int state
public int rep0
public int rep1
public int rep2
public int rep3
public long nowPos64
public byte prevByte
public boolean decInitialized
public int posState
public int lastMethodResult
public int inner1State
public int inner2State
public Decoder.LiteralDecoder.Decoder2 decoder2
public int staticReverseDecodeMethodState
public int staticM
public int staticBitIndex
public int staticSymbol
public int state3Len
public int state31
public int state311
public int state311Distance
public int state32
public int state32PosSlot
public int state321
public int state321NumDirectBits
public boolean initialize(Buffer buffer)
public boolean isInitialized()
public Decoder getDecoder()
public Buffer getSrc()
public void setSrc(Buffer src)
public Buffer getDst()
public void setDst(Buffer dst)
public MemoryManager getMemoryManager()
public void setMemoryManager(MemoryManager mm)
Copyright © 2015 Oracle Corporation. All rights reserved.