Get Hired

Jobs from Indeed

Sunday, February 25, 2018

How to zip a file in Java

Basic requirement to zip or compress a file:-
ujava.util.zip package provides necessary classes for reading and writing the standard ZIP and GZIP file formats.
uWe need following packages to work with:
ujava.io
ujava.util.zip
uClasses required to work with
uFileInputStream, FileOutputStream
uZipEntry
uZipOutputStream
To see in details please go through the following link

No comments:

Post a Comment