getEntry

Gets a named entry or null if no entry by that name exists.

If multiple entries with the same name exist the first entry in the archive's central directory by that name is returned.

Return

the ZipArchiveEntry corresponding to the given name - or null if not present.

Parameters

name

name of the entry.