• 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 Run

    Inheritance
    Object
    Instruction
    Run
    Inherited Members
    Instruction.Type
    Instruction.Size
    Instruction.SizeInTable
    Instruction.Decode(Window, Stream, Stream)
    Namespace: PleOps.XdeltaSharp.Vcdiff.Instructions
    Assembly: PleOps.XdeltaSharp.dll
    Syntax
    public class Run : Instruction

    Constructors

    | Improve this Doc View Source

    Run(Byte)

    Declaration
    public Run(byte sizeInTable)
    Parameters
    Type Name Description
    Byte sizeInTable

    Properties

    | Improve this Doc View Source

    Data

    Declaration
    public byte Data { get; }
    Property Value
    Type Description
    Byte

    Methods

    | Improve this Doc View Source

    DecodeInstruction(Window, Stream, Stream)

    Declaration
    public override void DecodeInstruction(Window window, Stream input, Stream output)
    Parameters
    Type Name Description
    Window window
    Stream input
    Stream output
    Overrides
    Instruction.DecodeInstruction(Window, Stream, Stream)
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) 2015 Benito Palacios Sánchez