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

Random access reading of zipped files on API level < 26 #83

Open
solrudev opened this issue Oct 12, 2024 · 0 comments
Open

Random access reading of zipped files on API level < 26 #83

solrudev opened this issue Oct 12, 2024 · 0 comments
Labels
enhancement New feature or request splits The issue is related to ackpine-splits module

Comments

@solrudev
Copy link
Owner

Currently, if zipped file can't be read using java.io.File API, it will fall back to ZipInputStream which can be faulty. On API level 26+ random access reading is supported through FileChannel fed to ZipFile from Apache Commons Compress. To guarantee support of this on all API versions, it's necessary either to find another way, or to maintain a fork of Apache Commons Compress, which is better to be avoided.

@solrudev solrudev added enhancement New feature or request splits The issue is related to ackpine-splits module labels Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request splits The issue is related to ackpine-splits module
Projects
None yet
Development

No branches or pull requests

1 participant