lithium0003 / ccViewer

CryptCloudViewer source codes
https://itunes.apple.com/us/app/cryptcloudviewer/id1458528598?mt=8
MIT License
92 stars 17 forks source link

Add support for extracting and compressing archives #5

Open prabirshrestha opened 4 years ago

prabirshrestha commented 4 years ago

It would be good if common formats such as zip, gzip, tar, 7zip, cab and iso are supported.

lithium0003 commented 4 years ago

In previous version, cue+wav format is supported as archive like structure. The ISO file type can be supported in same strategy, it is planed in next period. And archive type of tar is flat so it allows to access with byte range read.

But zip or other compressed file is difficult to access directly read with range, it needs temporary extract the file. The compressed big file costs to extract. If you have any image for UI or implementation in this point, please suggest it.

prabirshrestha commented 4 years ago

If Files app is supported I don’t think this will be high priority since they already seem to support extract and compress for zips.