C# Class CSharpUtils.Ext.Compression.Lz.RleMatcher

Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Свойство Type Description
Byte byte
Length int

Méthodes publiques

Méthode Description
RleMatcher ( byte Data, int Offset ) : System
Skip ( int Skip = 1 ) : void

Method Details

RleMatcher() public méthode

public RleMatcher ( byte Data, int Offset ) : System
Data byte
Offset int
Résultat System

Skip() public méthode

public Skip ( int Skip = 1 ) : void
Skip int
Résultat void

Property Details

Byte public_oe property

public byte Byte
Résultat byte

Length public_oe property

public int Length
Résultat int