java_zipentry

Java ZipEntry

Java ZipEntry is a class in Java's java.util.zip package that represents an individual file entry in a ZIP archive. It provides information about the file, such as its name, size, and compressed size. Introduced in Java 1997 with Java 1.2, ZipEntry is used when reading or writing entries in a ZIP file and is essential for working with compressed file formats in Java applications.

https://docs.oracle.com/javase/8/docs/api/java/util/zip/ZipEntry.html

java_zipentry.txt · Last modified: 2025/02/01 06:47 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki