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

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

    Properties

    | Improve this Doc View Source

    ApplicationData

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

    SecondaryCompressor

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