Class: Omnizip::Algorithms::Zstandard::Huffman::DecodeEntry
- Inherits:
-
Struct
- Object
- Struct
- Omnizip::Algorithms::Zstandard::Huffman::DecodeEntry
- Defined in:
- lib/omnizip/algorithms/zstandard/huffman.rb
Instance Attribute Summary collapse
-
#nb_bits ⇒ Object
Returns the value of attribute nb_bits.
-
#symbol ⇒ Object
Returns the value of attribute symbol.
Instance Attribute Details
#nb_bits ⇒ Object
Returns the value of attribute nb_bits
37 38 39 |
# File 'lib/omnizip/algorithms/zstandard/huffman.rb', line 37 def nb_bits @nb_bits end |
#symbol ⇒ Object
Returns the value of attribute symbol
37 38 39 |
# File 'lib/omnizip/algorithms/zstandard/huffman.rb', line 37 def symbol @symbol end |