How to read content of the Zipped file without extracting in java
问题 I have file with names like ex.zip . In this example, the Zip file contains only one file with the same name(ie. `ex.txt'), which is quite large. I don't want to extract the zip file every time.Hence I need to read the content of the file(ex.txt) without extracting the zip file. I tried some code like below But i can only read the name of the file in the variable. How do I read the content of the file and stores it in the variable? Thank you in Advance fis=new FileInputStream("C:/Documents