Class: Omnizip::Algorithms::Zstandard::SequencesDecoder::Sequence
- Inherits:
-
Struct
- Object
- Struct
- Omnizip::Algorithms::Zstandard::SequencesDecoder::Sequence
- Defined in:
- lib/omnizip/algorithms/zstandard/sequences.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
39 40 41 |
# File 'lib/omnizip/algorithms/zstandard/sequences.rb', line 39 def literal_length @literal_length end |
#match_length ⇒ Object
Returns the value of attribute match_length
39 40 41 |
# File 'lib/omnizip/algorithms/zstandard/sequences.rb', line 39 def match_length @match_length end |
#offset ⇒ Object
Returns the value of attribute offset
39 40 41 |
# File 'lib/omnizip/algorithms/zstandard/sequences.rb', line 39 def offset @offset end |