Class: Omnizip::Algorithms::Zstandard::SequencesDecoder::Sequence

Inherits:
Struct
  • Object
show all
Defined in:
lib/omnizip/algorithms/zstandard/sequences.rb

Instance Attribute Summary collapse

Instance Attribute Details

#literal_lengthObject

Returns the value of attribute literal_length

Returns:

  • (Object)

    the current value of literal_length



39
40
41
# File 'lib/omnizip/algorithms/zstandard/sequences.rb', line 39

def literal_length
  @literal_length
end

#match_lengthObject

Returns the value of attribute match_length

Returns:

  • (Object)

    the current value of match_length



39
40
41
# File 'lib/omnizip/algorithms/zstandard/sequences.rb', line 39

def match_length
  @match_length
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



39
40
41
# File 'lib/omnizip/algorithms/zstandard/sequences.rb', line 39

def offset
  @offset
end