Class Add
Assembly: PleOps.XdeltaSharp.dll
Syntax
public class Add : Instruction
Constructors
|
Improve this Doc
View Source
Add(Byte)
Declaration
public Add(byte sizeInTable)
Parameters
Type |
Name |
Description |
Byte |
sizeInTable |
|
Properties
|
Improve this Doc
View Source
Data
Declaration
public byte[] Data { get; }
Property Value
Methods
|
Improve this Doc
View Source
DecodeInstruction(Window, Stream, Stream)
Declaration
public override void DecodeInstruction(Window window, Stream input, Stream output)
Parameters
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides