ZipFile.getEntry
Class Overview | Class Members |
This Package |
All Packages
public ZipEntry getEntry( String name )
Parameters
- name
- the name of the entry
Returns
the ZIP file entry
Description
Returns the ZIP file entry for the given path name. Returns null if
there is no entry corresponding to the given name.