public class VCDiffCodeTableReader extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static short |
NO_OPCODE |
| Constructor and Description |
|---|
VCDiffCodeTableReader() |
VCDiffCodeTableReader(com.davidehrmann.vcdiff.engine.VCDiffCodeTableData codeTableData,
short maxMode) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getNextInstruction(AtomicInteger size,
AtomicInteger mode) |
void |
init(ByteBuffer instructions_and_sizes) |
void |
unGetInstruction() |
protected static final short NO_OPCODE
public VCDiffCodeTableReader()
public VCDiffCodeTableReader(com.davidehrmann.vcdiff.engine.VCDiffCodeTableData codeTableData,
short maxMode)
public void init(ByteBuffer instructions_and_sizes)
public byte getNextInstruction(AtomicInteger size, AtomicInteger mode) throws IOException
IOExceptionpublic void unGetInstruction()
Copyright © 2018. All rights reserved.