we can extract all the files from a zoip filder using extractAll method given in zip4j, but what if i need to extract only one kind of files,say only text files or only files which have a certain sub-string in the name of the file?? is there a way to do this using zip4j
i thought this question might be relating to my problem
Read Content from Files which are inside Zip file
but that's not exactly what i want. can anyone explain in detail about using this ZipEntry things, if it helps my problem getting solved?