AmazeFileManager
AmazeFileManager copied to clipboard
Support Zstandard archives
Zstandard archive format is RFC8878 too.
There is a pure Java port of the algorithm on Github in addition to JNI binding.
Unless there is popular demand this feature will remain low priority. Contributions welcome for users/devs who would use zstd compressions daily.
I vote for the Java port, as it looks like it would be faster than the JNI binding.
And for the note, commons-compress does supports zstandard via the JNI binding above. However the Android aar (which includes the compiled lib) requires Android 4.4 or above to run.
Related #3189