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

Public Member Functions

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)
 

Public Attributes

Byte[] _bufferBase = null
 
UInt32 _bufferOffset
 
UInt32 _blockSize
 
UInt32 _pos
 
UInt32 _streamPos
 

Detailed Description

Definition at line 7 of file LzInWindow.cs.


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