Class: FFI::Chm::Struct::FulltextIndex::Leaf

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/ffi-chm/struct/fulltext_index/leaf.rb

Defined Under Namespace

Classes: LeafRecord

Instance Method Summary collapse

Instance Method Details

#recordsObject



14
15
16
# File 'lib/ffi-chm/struct/fulltext_index/leaf.rb', line 14

def records
  @records ||= BinData::Array.new(:type => :leaf_record, :read_until => :eof).read self.rawdata
end