Class: Omnizip::Algorithms::Zstandard::MatchFinder::RawSequence

Inherits:
Struct
  • Object
show all
Defined in:
lib/omnizip/algorithms/zstandard/match_finder.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



45
46
47
# File 'lib/omnizip/algorithms/zstandard/match_finder.rb', line 45

def literal_length
  @literal_length
end

#match_lengthObject

Returns the value of attribute match_length

Returns:

  • (Object)

    the current value of match_length



45
46
47
# File 'lib/omnizip/algorithms/zstandard/match_finder.rb', line 45

def match_length
  @match_length
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



45
46
47
# File 'lib/omnizip/algorithms/zstandard/match_finder.rb', line 45

def offset
  @offset
end