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

Public Member Functions

void Create (UInt32 historySize, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter)
 
UInt32 GetMatches (UInt32[] distances)
 
void Skip (UInt32 num)
 
- Public Member Functions inherited from SevenZipReduced.Compression.LZ.IInWindowStream
void SetStream (System.IO.Stream inStream)
 
void Init ()
 
void ReleaseStream ()
 
Byte GetIndexByte (Int32 index)
 
UInt32 GetMatchLen (Int32 index, UInt32 distance, UInt32 limit)
 
UInt32 GetNumAvailableBytes ()
 

Detailed Description

Definition at line 17 of file IMatchFinder.cs.


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