class

Compress::Zip::Reader::Entry

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

A entry inside a Zip::Reader.

Use the io method to read from it.

Instance methods

io

Returns an IO to the entry's data.

Source