• Home
  • Guides
  • API
  • GitHub
Search Results for

    Show / Hide Table of Contents
    • Changelog
    • API
      • PleOps.XdeltaSharp
        • AddressMode
        • Adler32
        • Cache
        • CodeTable
        • FinishedHandler
        • ProgressChangedHandler
        • VcdReader
      • PleOps.XdeltaSharp.Decoder
        • Decoder
        • WindowDecoder
      • PleOps.XdeltaSharp.Vcdiff
        • Header
        • SecondaryCompressor
        • Window
        • WindowCompressedFields
        • WindowFields
      • PleOps.XdeltaSharp.Vcdiff.Instructions
        • Add
        • Copy
        • Instruction
        • InstructionType
        • Noop
        • Run

    Class Instruction

    Inheritance
    Object
    Instruction
    Add
    Copy
    Noop
    Run
    Namespace: PleOps.XdeltaSharp.Vcdiff.Instructions
    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
    Type Name Description
    Byte sizeInTable
    InstructionType type

    Properties

    | Improve this Doc View Source

    Size

    Declaration
    public uint Size { get; }
    Property Value
    Type Description
    UInt32
    | Improve this Doc View Source

    SizeInTable

    Declaration
    protected byte SizeInTable { get; }
    Property Value
    Type Description
    Byte
    | Improve this Doc View Source

    Type

    Declaration
    public InstructionType Type { get; }
    Property Value
    Type Description
    InstructionType

    Methods

    | Improve this Doc View Source

    Decode(Window, Stream, Stream)

    Declaration
    public void Decode(Window window, Stream input, Stream output)
    Parameters
    Type Name Description
    Window window
    Stream input
    Stream output
    | Improve this Doc View Source

    DecodeInstruction(Window, Stream, Stream)

    Declaration
    public abstract void DecodeInstruction(Window window, Stream input, Stream output)
    Parameters
    Type Name Description
    Window window
    Stream input
    Stream output
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) 2015 Benito Palacios Sánchez