Class: Gsf::InfileZip
Instance Method Summary collapse
-
#compression_level ⇒ Integer
Controls the level of compression used for new members.
-
#compression_level=(compression_level) ⇒ Integer
Controls the level of compression used for new members.
-
#initialize(source) ⇒ Gsf::Infile
constructor
Opens the root directory of a Zip file.
-
#internal_parent=(internal_parent) ⇒ Gsf::InfileZip
Internal-parent.
-
#source ⇒ Gsf::Input
Source.
- #source=(source) ⇒ Gsf::Input
- #zip64=(zip64) ⇒ Boolean
-
#zip64? ⇒ Boolean
Zip64.
Methods inherited from Infile
#child_by_aname, #child_by_index, #child_by_name, #child_by_vaname, #child_by_vname, #name_by_index, #num_children
Methods inherited from Input
#container, #container=, #copy, #dump, #dup, #eof, #eof=, #eof?, error_id, #find_vba, #modtime, #modtime=, #modtime_from_stat=, #name, #name=, #name_from_filename=, #position, #position=, #read, #read0, #read_raw, #remaining, #remaining=, #seek, #seek_emulate, #sibling, #size, #size=, #tell, #uncompress
Constructor Details
#initialize(source) ⇒ Gsf::Infile
Opens the root directory of a Zip file. This adds a reference to source.
Instance Method Details
#compression_level ⇒ Integer
Controls the level of compression used for new members.
#compression_level=(compression_level) ⇒ Integer
Controls the level of compression used for new members.
#internal_parent=(internal_parent) ⇒ Gsf::InfileZip
Returns internal-parent.
#source ⇒ Gsf::Input
Returns source.
#source=(source) ⇒ Gsf::Input
#zip64=(zip64) ⇒ Boolean
#zip64? ⇒ Boolean
Returns zip64.