Class: Zlib::Inflate::HuffmanTree

Inherits:
Object
  • Object
show all
Defined in:
lib/motion-bundler/mocks/zliby-0.0.5/zlib.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeHuffmanTree

Returns a new instance of HuffmanTree.



475
476
477
478
# File 'lib/motion-bundler/mocks/zliby-0.0.5/zlib.rb', line 475

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

Instance Attribute Details

#countObject

Returns the value of attribute count.



474
475
476
# File 'lib/motion-bundler/mocks/zliby-0.0.5/zlib.rb', line 474

def count
  @count
end

#symbolObject

Returns the value of attribute symbol.



474
475
476
# File 'lib/motion-bundler/mocks/zliby-0.0.5/zlib.rb', line 474

def symbol
  @symbol
end