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

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

    Constructors

    | Improve this Doc View Source

    Cache(Byte, Byte)

    Declaration
    public Cache(byte nearSlots, byte sameSlots)
    Parameters
    Type Name Description
    Byte nearSlots
    Byte sameSlots

    Properties

    | Improve this Doc View Source

    NearSlots

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

    SameSlots

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

    Methods

    | Improve this Doc View Source

    GetAddress(UInt32, Byte, VcdReader)

    Declaration
    public uint GetAddress(uint hereAddress, byte mode, VcdReader addressSection)
    Parameters
    Type Name Description
    UInt32 hereAddress
    Byte mode
    VcdReader addressSection
    Returns
    Type Description
    UInt32
    | Improve this Doc View Source

    Initialize()

    Declaration
    public void Initialize()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) 2015 Benito Palacios Sánchez