Class: Gsf::Outfile
Direct Known Subclasses
Instance Method Summary collapse
-
#new_child(name, is_dir) ⇒ Gsf::Output
A newly created child.
-
#new_child_full(name, is_dir, first_property_name, array) ⇒ Gsf::Output
A newly created child.
-
#new_child_varg(name, is_dir, first_property_name, args) ⇒ Gsf::Output
A newly created child.
-
#open_pkg_add_rel(name, content_type, parent, type) ⇒ Gsf::Output
A convenience wrapper to create a child in dir of content_type then create a type relation to parent.
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
Instance Method Details
#new_child(name, is_dir) ⇒ Gsf::Output
Returns a newly created child.
#new_child_full(name, is_dir, first_property_name, array) ⇒ Gsf::Output
Returns a newly created child.
#new_child_varg(name, is_dir, first_property_name, args) ⇒ Gsf::Output
Returns a newly created child.
#open_pkg_add_rel(name, content_type, parent, type) ⇒ Gsf::Output
A convenience wrapper to create a child in dir of content_type then create a type relation to parent