Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Support for compressed packages in four formats: ace, img, uue, and war #189

Open
1 task done
psvajaz opened this issue Jan 29, 2024 · 2 comments
Open
1 task done
Assignees

Comments

@psvajaz
Copy link

psvajaz commented Jan 29, 2024

Feature description

  1. In the 7z source code, you can see that it supports preview and decompression in ACE, IMG, and war formats. How do you configure the corresponding parser?
  2. Can we support the preview and decompression function of uue's compressed packages

Additional context

No response

Code of Conduct

@psvajaz
Copy link
Author

psvajaz commented Jan 29, 2024

I just confirmed that war is a Java encapsulation format for the web, and the actual file format is zip

@rikyoz
Copy link
Owner

rikyoz commented Jan 29, 2024

Hi!

I just confirmed that war is a Java encapsulation format for the web, and the actual file format is zip

yeah, in the case of .war files, it should suffice to use BitFormat::Zip.

In the 7z source code, you can see that it supports preview and decompression in ACE, IMG

Sorry, I can't find where the 7-Zip source code adds support to the ACE format.

As for .img files, 7-Zip supports many archive formats that sometimes use this same extension, like BitFormat::Iso, BitFormat::Ntfs, BitFormat::Ext, and so on. The format you should use depends on the kind of .img files you need to handle.

Can we support the preview and decompression function of uue's compressed packages

As far as I know, 7-Zip doesn't support the UUE format. If this is the case, adding support for such a format is outside the scope of this library, as bit7z supports only the formats implemented by the 7-Zip DLLs, nothing more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants