Class Decoder
Inheritance
System.Object
Decoder
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 SourceDecoder()
Declaration
public Decoder()
Methods
| Improve this Doc View SourceCode(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 |
SetDecoderProperties(Byte[])
Declaration
public void SetDecoderProperties(byte[] properties)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | properties |
Train(Stream)
Declaration
public bool Train(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream |
Returns
Type | Description |
---|---|
System.Boolean |