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

    Inheritance
    Object
    Instruction
    Noop
    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 Noop : Instruction

    Constructors

    | Improve this Doc View Source

    Noop()

    Declaration
    public Noop()

    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