开发者

How to read zipped xml files using java

开发者 https://www.devze.com 2023-03-23 12:19 出处:网络
I am having a zip file with lot of xml files. I am having some data which I have to check with the xml files content and which ever xml file content matches with that data I have to extr开发者_JAVA百科

I am having a zip file with lot of xml files. I am having some data which I have to check with the xml files content and which ever xml file content matches with that data I have to extr开发者_JAVA百科act that file only and store that in a folder.

Guide me to achieve this.

Thanking you.

--raaja.g


Check out javas ZipFile and ZipEntry classes.

0

精彩评论

暂无评论...
验证码 换一张
取 消