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

Mostrar archivo Open project: soywiz/csharputils Class Usage Examples

Public Properties

Property Type Description
Byte byte
Length int

Public Methods

Method Description
RleMatcher ( byte Data, int Offset ) : System
Skip ( int Skip = 1 ) : void

Method Details

RleMatcher() public method

public RleMatcher ( byte Data, int Offset ) : System
Data byte
Offset int
return System

Skip() public method

public Skip ( int Skip = 1 ) : void
Skip int
return void

Property Details

Byte public_oe property

public byte Byte
return byte

Length public_oe property

public int Length
return int