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

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

    Constructors

    | Improve this Doc View Source

    Decoder(Stream, Stream, Stream)

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

    Properties

    | Improve this Doc View Source

    Header

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

    Input

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

    LastWindow

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

    Output

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

    Patch

    Declaration
    public Stream Patch { get; }
    Property Value
    Type Description
    Stream

    Methods

    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    Boolean disposing
    | Improve this Doc View Source

    Run()

    Declaration
    public void Run()

    Events

    | Improve this Doc View Source

    Finished

    Declaration
    public event FinishedHandler Finished
    Event Type
    Type Description
    FinishedHandler
    | Improve this Doc View Source

    ProgressChanged

    Declaration
    public event ProgressChangedHandler ProgressChanged
    Event Type
    Type Description
    ProgressChangedHandler

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright (c) 2015 Benito Palacios Sánchez