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

    Inheritance
    Object
    CodeTable
    Namespace: PleOps.XdeltaSharp
    Assembly: PleOps.XdeltaSharp.dll
    Syntax
    public class CodeTable

    Constructors

    | Improve this Doc View Source

    CodeTable(Byte[], Byte, Byte)

    Declaration
    public CodeTable(byte[] table, byte nearSlots, byte sameSlots)
    Parameters
    Type Name Description
    Byte[] table
    Byte nearSlots
    Byte sameSlots

    Properties

    | Improve this Doc View Source

    Cache

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

    Default

    Declaration
    public static CodeTable Default { get; }
    Property Value
    Type Description
    CodeTable

    Methods

    | Improve this Doc View Source

    GetInstructions(Int32, out Instruction, out Instruction)

    Declaration
    public void GetInstructions(int index, out Instruction inst1, out Instruction inst2)
    Parameters
    Type Name Description
    Int32 index
    Instruction inst1
    Instruction inst2
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) 2015 Benito Palacios Sánchez