You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Can we support the preview and decompression function of uue's compressed packages
Additional context
No response
Code of Conduct
By submitting this issue, I agree to follow bit7z's Code of Conduct
The text was updated successfully, but these errors were encountered:
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.
Feature description
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: