Method: Codec::Bitmap#initialize
- Defined in:
- lib/codec/bitmap.rb
#initialize(length) ⇒ Bitmap
Returns a new instance of Bitmap.
4 5 6 7 8 |
# File 'lib/codec/bitmap.rb', line 4 def initialize(length) @length=length @num_extended_bitmaps=[] @subCodecs = {} end |