Class: FFI::Chm::Struct::FulltextIndex::Leaf
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- FFI::Chm::Struct::FulltextIndex::Leaf
- Defined in:
- lib/ffi-chm/struct/fulltext_index/leaf.rb
Defined Under Namespace
Classes: LeafRecord
Instance Method Summary collapse
Instance Method Details
#records ⇒ Object
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 |