Show / Hide Table of Contents

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 Source

TrainSize

Declaration
public uint TrainSize
Field Value
Type Description
System.UInt32

Methods

| Improve this Doc View Source

CopyBlock(UInt32, UInt32)

Declaration
public void CopyBlock(uint distance, uint len)
Parameters
Type Name Description
System.UInt32 distance
System.UInt32 len
| Improve this Doc View Source

Create(UInt32)

Declaration
public void Create(uint windowSize)
Parameters
Type Name Description
System.UInt32 windowSize
| Improve this Doc View Source

Flush()

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

GetByte(UInt32)

Declaration
public byte GetByte(uint distance)
Parameters
Type Name Description
System.UInt32 distance
Returns
Type Description
System.Byte
| Improve this Doc View Source

Init(Stream, Boolean)

Declaration
public void Init(Stream stream, bool solid)
Parameters
Type Name Description
System.IO.Stream stream
System.Boolean solid
| Improve this Doc View Source

PutByte(Byte)

Declaration
public void PutByte(byte b)
Parameters
Type Name Description
System.Byte b
| Improve this Doc View Source

ReleaseStream()

Declaration
public void ReleaseStream()
| 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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX