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

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

    Properties

    | Improve this Doc View Source

    Addresses

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

    Checksum

    Declaration
    public uint Checksum { get; set; }
    Property Value
    Type Description
    UInt32
    | Improve this Doc View Source

    CompressedFields

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

    Data

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

    Instructions

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

    Source

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

    SourceSegmentLength

    Declaration
    public uint SourceSegmentLength { get; set; }
    Property Value
    Type Description
    UInt32
    | Improve this Doc View Source

    SourceSegmentOffset

    Declaration
    public uint SourceSegmentOffset { get; set; }
    Property Value
    Type Description
    UInt32
    | Improve this Doc View Source

    TargetWindowLength

    Declaration
    public uint TargetWindowLength { get; set; }
    Property Value
    Type Description
    UInt32
    | Improve this Doc View Source

    TargetWindowOffset

    Declaration
    public uint TargetWindowOffset { get; set; }
    Property Value
    Type Description
    UInt32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) 2015 Benito Palacios Sánchez