C# Class CSharpUtils.Compression.Lz.LzMatcher.FindSequenceResult

Show file Open project: soywiz/csharputils

Public Properties

Property Type Description
Offset int
Size int

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Offset public property

public int Offset
return int

Size public property

public int Size
return int