Class: Omnizip::Algorithms::LZMA::XzMatchFinderAdapter::Match
- Inherits:
-
Struct
- Object
- Struct
- Omnizip::Algorithms::LZMA::XzMatchFinderAdapter::Match
- Defined in:
- lib/omnizip/algorithms/lzma/xz_match_finder_adapter.rb
Overview
Match structure matching XZ Utils
Instance Attribute Summary collapse
-
#dist ⇒ Object
Returns the value of attribute dist.
-
#len ⇒ Object
Returns the value of attribute len.
Instance Method Summary collapse
Instance Attribute Details
#dist ⇒ Object
Returns the value of attribute dist
38 39 40 |
# File 'lib/omnizip/algorithms/lzma/xz_match_finder_adapter.rb', line 38 def dist @dist end |
#len ⇒ Object
Returns the value of attribute len
38 39 40 |
# File 'lib/omnizip/algorithms/lzma/xz_match_finder_adapter.rb', line 38 def len @len end |
Instance Method Details
#to_s ⇒ Object
39 40 41 |
# File 'lib/omnizip/algorithms/lzma/xz_match_finder_adapter.rb', line 39 def to_s "Match(len=#{len}, dist=#{dist})" end |