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

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

    Constructors

    | Improve this Doc View Source

    WindowDecoder(Stream, Stream)

    Declaration
    public WindowDecoder(Stream input, Stream output)
    Parameters
    Type Name Description
    Stream input
    Stream output

    Methods

    | Improve this Doc View Source

    Decode(Window)

    Declaration
    public void Decode(Window window)
    Parameters
    Type Name Description
    Window window
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) 2015 Benito Palacios Sánchez