Class OutWindow
Inheritance
System.Object
OutWindow
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.LZ
Assembly: Liminal.SDK.dll
Syntax
public class OutWindow
Fields
| Improve this Doc View SourceTrainSize
Declaration
public uint TrainSize
Field Value
Type | Description |
---|---|
System.UInt32 |
Methods
| Improve this Doc View SourceCopyBlock(UInt32, UInt32)
Declaration
public void CopyBlock(uint distance, uint len)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | distance | |
System.UInt32 | len |
Create(UInt32)
Declaration
public void Create(uint windowSize)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | windowSize |
Flush()
Declaration
public void Flush()
GetByte(UInt32)
Declaration
public byte GetByte(uint distance)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | distance |
Returns
Type | Description |
---|---|
System.Byte |
Init(Stream, Boolean)
Declaration
public void Init(Stream stream, bool solid)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream | |
System.Boolean | solid |
PutByte(Byte)
Declaration
public void PutByte(byte b)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | b |
ReleaseStream()
Declaration
public void ReleaseStream()
Train(Stream)
Declaration
public bool Train(Stream stream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | stream |
Returns
Type | Description |
---|---|
System.Boolean |