Class: Omnizip::Algorithms::Zstandard::Huffman::DecodeEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#nb_bitsObject

Returns the value of attribute nb_bits

Returns:

  • (Object)

    the current value of nb_bits



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

def nb_bits
  @nb_bits
end

#symbolObject

Returns the value of attribute symbol

Returns:

  • (Object)

    the current value of symbol



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

def symbol
  @symbol
end