Do we have any DFC API's to read zip files and inside content and formats...can any suggest the same...
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
I am not aware of any DFC API for this.
Zip and Unzip, is part of Javahttps://docs.oracle.com/javase/8/docs/api/java/util/zip/package-summary.html
There are a great many resources available, for example:
http://blog.codeleak.pl/2014/06/listing-zip-file-content-java-8.htmlhttps://www.thecoderscorner.com/team-blog/java-and-jvm/71-filtered-extract-files-zipinputstream-java8/https://www.journaldev.com/960/java-unzip-file-example
Thanks for sharing..Yes.. i too seen the above URL's.. But mainly looking for DFC related ZIP files and reading api's..Not sure it is possible read content inside zip using dfc..... any inputs are really helpfull.
There is no need for DFC API to zip / unzip as it would duplicate functionality already provided by Java
DFC is written in Java, hence has access to all standard java API.
Therefore any DFC program / method / TBO / SBO can use the standard Java zip and unzip API.