class Compress::Zip::File::Entry
inherits Reference
¶
An entry inside a Zip::File.
Use the open method to read from it.
Included modules
Compress::Zip::FileInfo
Methods¶
#open
¶
Yields an IO to read this entry's contents.
Multiple entries can be opened and read concurrently.