I do not know the package that does this. You need to write a code. It's not hard. I have not used this package, but it is easy to do in the JDK. Take a look at the ZipInputStream in the JDK. Use FileInputStream to open the file. Create a ZipInputStream from FileInputStream and you can read the records using getNextEntry. It is quite simple, but requires code.
source
share