ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | List of all members
SevenZipReduced.Compression.LZ.BinTree Class Reference
Inheritance diagram for SevenZipReduced.Compression.LZ.BinTree:
Inheritance graph
[legend]
Collaboration diagram for SevenZipReduced.Compression.LZ.BinTree:
Collaboration graph
[legend]

Public Member Functions

void SetType (int numHashBytes)
 
new void SetStream (System.IO.Stream stream)
 
new void ReleaseStream ()
 
new void Init ()
 
new void MovePos ()
 
new Byte GetIndexByte (Int32 index)
 
new UInt32 GetMatchLen (Int32 index, UInt32 distance, UInt32 limit)
 
new UInt32 GetNumAvailableBytes ()
 
void Create (UInt32 historySize, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter)
 
UInt32 GetMatches (UInt32[] distances)
 
void Skip (UInt32 num)
 
void SetCutValue (UInt32 cutValue)
 
- Public Member Functions inherited from SevenZipReduced.Compression.LZ.InWindow
void MoveBlock ()
 
virtual void ReadBlock ()
 
void Create (UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32 keepSizeReserv)
 
void SetStream (System.IO.Stream stream)
 
void ReleaseStream ()
 
void Init ()
 
void MovePos ()
 
Byte GetIndexByte (Int32 index)
 
UInt32 GetMatchLen (Int32 index, UInt32 distance, UInt32 limit)
 
UInt32 GetNumAvailableBytes ()
 
void ReduceOffsets (Int32 subValue)
 

Additional Inherited Members

- Public Attributes inherited from SevenZipReduced.Compression.LZ.InWindow
Byte[] _bufferBase = null
 
UInt32 _bufferOffset
 
UInt32 _blockSize
 
UInt32 _pos
 
UInt32 _streamPos
 

Detailed Description

Definition at line 7 of file LzBinTree.cs.


The documentation for this class was generated from the following file: