class

Compress::Zip::File::Entry

Inherits Compress::Zip::FileInfo / Reference / Object

An entry inside a Zip::File.

Use the open method to read from it.

Instance methods

open

Yields an IO to read this entry's contents. Multiple entries can be opened and read concurrently.

Source