Class: Omnizip::Algorithms::Zstandard::MatchFinder::RawSequence
- Inherits:
-
Struct
- Object
- Struct
- Omnizip::Algorithms::Zstandard::MatchFinder::RawSequence
- Defined in:
- lib/omnizip/algorithms/zstandard/match_finder.rb
Instance Attribute Summary collapse
-
#literal_length ⇒ Object
Returns the value of attribute literal_length.
-
#match_length ⇒ Object
Returns the value of attribute match_length.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#literal_length ⇒ Object
Returns the value of attribute literal_length
45 46 47 |
# File 'lib/omnizip/algorithms/zstandard/match_finder.rb', line 45 def literal_length @literal_length end |
#match_length ⇒ Object
Returns the value of attribute match_length
45 46 47 |
# File 'lib/omnizip/algorithms/zstandard/match_finder.rb', line 45 def match_length @match_length end |
#offset ⇒ Object
Returns the value of attribute offset
45 46 47 |
# File 'lib/omnizip/algorithms/zstandard/match_finder.rb', line 45 def offset @offset end |