ZipEntry
Introduction The java.util.zip.ZipEntry class is used to represent a ZIP file entry. Class Declaration Following is the declaration for java.util.zip.ZipEntry class − Learn Java in-depth with real-world projects through our Java certification course. Enroll and become a certified expert to boost your career. Fields Following are the fields for java.util.zip.ZipEntry class − Constructors Sr.No. Constructor & Description 1 ZipEntry(String name)Creates a new zip entry […]