Class 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
Properties
|
Improve this Doc
View Source
Declaration
public Header Header { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public Stream Input { get; }
Property Value
|
Improve this Doc
View Source
LastWindow
Declaration
public Window LastWindow { get; }
Property Value
|
Improve this Doc
View Source
Output
Declaration
public Stream Output { get; }
Property Value
|
Improve this Doc
View Source
Patch
Declaration
public Stream Patch { get; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
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
Events
|
Improve this Doc
View Source
Finished
Declaration
public event FinishedHandler Finished
Event Type
|
Improve this Doc
View Source
ProgressChanged
Declaration
public event ProgressChangedHandler ProgressChanged
Event Type
Implements