Tutorials
GfG Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
19.9K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.1K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
Java-Functions
4.2K+ articles
Java - util package
1.6K+ articles
Java-ZipFile
6 posts
Recent Articles
Popular Articles
ZipFile getName() function in Java with examples
Last Updated: 06 March 2019
The getName()function is a part of java.util.zip package. The function returns the path name of the ZipFile object. Function Signature:public String getName()Syntax:zip_fi...
read more
Java
Java - util package
Java-Functions
Java-ZipFile
ZipFile size() function in Java with examples
Last Updated: 06 March 2019
The size() function is a part of java.util.zip package. The function returns the number of entries of the zip file.Function Signature:public int size()Syntax:zip_file.size...
read more
Java
Java - util package
Java-Functions
Java-ZipFile
ZipFile getComment() function in Java with examples
Last Updated: 06 March 2019
The getComment() function is a part of java.util.zip package. The function returns a string which is the comment of the zip file.Function Signature:public String getCommen...
read more
Java
Java - util package
Java-Functions
Java-ZipFile
ZipFile entries() function in Java with examples
Last Updated: 12 March 2019
The entries() function is a part of java.util.zip package. The function returns the enumeration of zip file entries of the zip file.Function Signature:public Enumeration e...
read more
Java
Java - util package
Java-Functions
Java-ZipFile
ZipFile getEntry() function in Java with examples
Last Updated: 06 March 2019
The getEntry() function is a part of java.util.zip package. The function returns the ZipEntry of file present in the zip file specified by the string parameter.Function Si...
read more
Java
Java - util package
Java-Functions
Java-ZipFile
Java ZipFile getInputStream() function with examples
Last Updated: 06 March 2019
The getInputStream() function is a part of java.util.zip package. The function returns the InputStream of a specific ZipEntry passed as parameter.Closing the Zip File will...
read more
Java
Java - util package
Java-Functions
Java-ZipFile
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !