Class: Gsf::OutfileMSOle
Instance Method Summary collapse
-
#big_block_size ⇒ Integer
Big-block-size.
- #big_block_size=(big_block_size) ⇒ Integer
-
#class_id=(clsid) ⇒ Boolean
Write clsid to the directory associated with ole.
-
#initialize(sink, bb_size, sb_size) ⇒ Gsf::Outfile
constructor
Creates the root directory of an MS OLE file and manages the addition of children.
-
#sink ⇒ Gsf::Output
Sink.
- #sink=(sink) ⇒ Gsf::Output
-
#small_block_size ⇒ Integer
Small-block-size.
- #small_block_size=(small_block_size) ⇒ Integer
Methods inherited from Outfile
#new_child, #new_child_full, #new_child_varg, #open_pkg_add_rel
Methods inherited from Output
#close, #container, #container=, #error, error_id, #is_closed, #is_closed=, #is_closed?, #modtime, #modtime=, #name, #name=, #name_from_filename=, #position, #position=, #printf, #puts, #seek, #set_error, #size, #size=, #tell, unwrap, #vprintf, wrap, #write
Constructor Details
#initialize(sink, bb_size, sb_size) ⇒ Gsf::Outfile
Creates the root directory of an MS OLE file and manages the addition of children.
This adds a reference to sink.
Instance Method Details
#big_block_size ⇒ Integer
Returns big-block-size.
#big_block_size=(big_block_size) ⇒ Integer
#class_id=(clsid) ⇒ Boolean
Write clsid to the directory associated with ole.
#sink ⇒ Gsf::Output
Returns sink.
#sink=(sink) ⇒ Gsf::Output
#small_block_size ⇒ Integer
Returns small-block-size.