DirEntry
storage handling stuff
# File lib/rex/ole/substorage.rb, line 38 def create_storage(name, mode=STGM_WRITE) @stg.create_storage(name, mode, self) end
stream handling stuff
# File lib/rex/ole/substorage.rb, line 28 def create_stream(name, mode=STGM_WRITE) @stg.create_stream(name, mode, self) end
Generated with the Darkfish Rdoc Generator 2.