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

Mostrar archivo 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_oe property

public int Offset
return int

Size public_oe property

public int Size
return int