Class: RHC::Vendor::Zlib::Inflate::HuffmanTree

Inherits:
Object
  • Object
show all
Defined in:
lib/rhc/vendor/zliby.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeHuffmanTree

Returns a new instance of HuffmanTree.



478
479
480
481
# File 'lib/rhc/vendor/zliby.rb', line 478

def initialize
  @count = []
  @symbol = []
end

Instance Attribute Details

#countObject

Returns the value of attribute count.



477
478
479
# File 'lib/rhc/vendor/zliby.rb', line 477

def count
  @count
end

#symbolObject

Returns the value of attribute symbol.



477
478
479
# File 'lib/rhc/vendor/zliby.rb', line 477

def symbol
  @symbol
end