Class Zip::ZipCentralDirectory
In: lib/zip/zip.rb
Parent: Object

Methods

each   entries   size  

Included Modules

Enumerable

Constants

END_OF_CENTRAL_DIRECTORY_SIGNATURE = 0x06054b50
MAX_END_OF_CENTRAL_DIRECTORY_STRUCTURE_SIZE = 65536 + 18
STATIC_EOCD_SIZE = 22

Attributes

comment  [R] 

Public Instance methods

For iterating over the entries.

Returns an Enumerable containing the entries.

Returns the number of entries in the central directory (and consequently in the zip archive).

[Validate]