borisbrodski / sevenzipjbinding

7-Zip-JBinding
http://sevenzipjbind.sourceforge.net/
Other
176 stars 50 forks source link

Unable to extract gzip & bzip2 files- Android #52

Closed asthagarg2428 closed 2 years ago

asthagarg2428 commented 2 years ago

I'm using this library in my Android Application and I'm unable to extract gzip, bzip2 files

The same code is working fine for zip, 7zip, tar but I'm unable to extract gzip, bzip2 file. While debugging it, I found that the data corresponding to each child item in the archive file(gzip & bzip2) is blank.

inArchive.getStringProperty(i, PropID.IS_FOLDER) is "" inArchive.getStringProperty(i, PropID.PATH) is ""

Waiting for your response

Thanks.

borisbrodski commented 2 years ago

Glad it's worked out.

MyAndyMy commented 1 year ago

How your code work fine on extracting .7z file on Android? I am confused on #4