Thursday, 23 November 2017

read zip file | read html file from zip | read zipfile in java

read zip file | read html file from zip | read zipfile in java

In java we can read .zip file without extracting zip file manually.

this tutorial help you to read html file without extracting zip file in java .
also you read text/.txt/png file without extracting zip file in java.

Note : set your full zip file path (with .zip extention)

Require Lib : FileUtils

Example :-