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

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

    Constructors

    | Improve this Doc View Source

    Copy(Byte, Byte, Cache)

    Declaration
    public Copy(byte sizeInTable, byte mode, Cache cache)
    Parameters
    Type Name Description
    Byte sizeInTable
    Byte mode
    Cache cache

    Properties

    | Improve this Doc View Source

    Address

    Declaration
    public uint Address { get; }
    Property Value
    Type Description
    UInt32

    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