Class Instruction
Assembly: PleOps.XdeltaSharp.dll
Syntax
public abstract class Instruction
Constructors
|
Improve this Doc
View Source
Instruction(Byte, InstructionType)
Declaration
protected Instruction(byte sizeInTable, InstructionType type)
Parameters
Properties
|
Improve this Doc
View Source
Size
Declaration
public uint Size { get; }
Property Value
|
Improve this Doc
View Source
SizeInTable
Declaration
protected byte SizeInTable { get; }
Property Value
|
Improve this Doc
View Source
Type
Declaration
public InstructionType Type { get; }
Property Value
Methods
|
Improve this Doc
View Source
Decode(Window, Stream, Stream)
Declaration
public void Decode(Window window, Stream input, Stream output)
Parameters
|
Improve this Doc
View Source
DecodeInstruction(Window, Stream, Stream)
Declaration
public abstract void DecodeInstruction(Window window, Stream input, Stream output)
Parameters