thrau / jarchivelib

A simple archiving and compression library for Java
https://github.com/thrau/jarchivelib
Apache License 2.0
198 stars 36 forks source link

Support to extract .iso files #68

Open RajeevKumarMaggu opened 5 years ago

RajeevKumarMaggu commented 5 years ago

Is it possible to extract .iso files with the current implementation ?

thrau commented 5 years ago

It is not, because all jarchivelib does is wrap commons-compress, and commons-compress does not support ISO. You may need to resort to other libraries that support ISO extraction: https://stackoverflow.com/a/14068482/804840