Show / Hide Table of Contents

Class Decoder

Inheritance
System.Object
Decoder
Implements
ICoder
ISetDecoderProperties
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SevenZip.Compression.LZMA
Assembly: Liminal.SDK.dll
Syntax
public class Decoder : ICoder, ISetDecoderProperties

Constructors

| Improve this Doc View Source

Decoder()

Declaration
public Decoder()

Methods

| Improve this Doc View Source

Code(Stream, Stream, Int64, Int64, ICodeProgress)

Declaration
public void Code(Stream inStream, Stream outStream, long inSize, long outSize, ICodeProgress progress)
Parameters
Type Name Description
System.IO.Stream inStream
System.IO.Stream outStream
System.Int64 inSize
System.Int64 outSize
ICodeProgress progress
| Improve this Doc View Source

SetDecoderProperties(Byte[])

Declaration
public void SetDecoderProperties(byte[] properties)
Parameters
Type Name Description
System.Byte[] properties
| Improve this Doc View Source

Train(Stream)

Declaration
public bool Train(Stream stream)
Parameters
Type Name Description
System.IO.Stream stream
Returns
Type Description
System.Boolean

Implements

ICoder
ISetDecoderProperties
  • Improve this Doc
  • View Source
Back to top Generated by DocFX