Class: Omnizip::Algorithms::Zstandard::FSE::Encoder::SymbolTT
- Inherits:
-
Struct
- Object
- Struct
- Omnizip::Algorithms::Zstandard::FSE::Encoder::SymbolTT
- Defined in:
- lib/omnizip/algorithms/zstandard/fse/encoder.rb
Instance Attribute Summary collapse
-
#delta_find_state ⇒ Object
Returns the value of attribute delta_find_state.
-
#delta_nb_bits ⇒ Object
Returns the value of attribute delta_nb_bits.
Instance Attribute Details
#delta_find_state ⇒ Object
Returns the value of attribute 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_bits ⇒ Object
Returns the value of attribute delta_nb_bits
37 38 39 |
# File 'lib/omnizip/algorithms/zstandard/fse/encoder.rb', line 37 def delta_nb_bits @delta_nb_bits end |