class

Zip64::Reader::Entry

Inherits Zip64::FileInfo < Reference < Object

A entry inside a Zip64::Reader.

Use the io method to read from it.

Instance methods

io

Returns an IO to the entry's data.

Source