JAR files are essentially just ZIP files, and RPM files are
a special format with a CPIO archive inside. You will be
able to use libcomprex for JAR and ZIP files, but for RPM,
take a look over at libpackman. It handles package formats,
and uses libcomprex to open the archives.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=5989
JAR files are essentially just ZIP files, and RPM files are
a special format with a CPIO archive inside. You will be
able to use libcomprex for JAR and ZIP files, but for RPM,
take a look over at libpackman. It handles package formats,
and uses libcomprex to open the archives.