Class: Omnizip::Algorithms::Zstandard::FSE::Encoder::SymbolTT

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

Instance Attribute Summary collapse

Instance Attribute Details

#delta_find_stateObject

Returns the value of attribute delta_find_state

Returns:

  • (Object)

    the current value of delta_find_state



37
38
39
# File 'lib/omnizip/algorithms/zstandard/fse/encoder.rb', line 37

def delta_find_state
  @delta_find_state
end

#delta_nb_bitsObject

Returns the value of attribute delta_nb_bits

Returns:

  • (Object)

    the current value of delta_nb_bits



37
38
39
# File 'lib/omnizip/algorithms/zstandard/fse/encoder.rb', line 37

def delta_nb_bits
  @delta_nb_bits
end