|
zip file opeartion
Hi all, I have a large collection of zip files (about 400), each file contains 300 plaint texts. If I unzip all the files, these will take up too much space (about 4G). So I am wondering if there are some method that can access the content in the plain text files without unzipping all the zip files.
For example, read the content to a String variable. Anyone knows, please give me a hand.
|