Class Ole::Storage::AllocationTable::Small
In: lib/ole/storage/base.rb
Parent: AllocationTable
String Data Lpstr Clsid Lpwstr Section Enumerable DateTime FileTime Constants Variant::Constants Storage\n[lib/ole/storage/base.rb\nlib/ole/storage/file_system.rb\nlib/ole/storage/meta_data.rb] PropertySet lib/ole/storage/file_system.rb lib/ole/types/property_set.rb lib/ole/types/base.rb Constants Constants Variant Types Ole dot/m_9_0.png

Methods

new  

Public Class methods

[Source]

     # File lib/ole/storage/base.rb, line 575
575:                                 def initialize(*args)
576:                                         super
577:                                         @block_size = 1 << @ole.header.s_shift
578:                                         @io = @ole.sb_file
579:                                 end

[Validate]