-
Notifications
You must be signed in to change notification settings - Fork 2
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
[FR] readOpenMemory
variant with pointer and size to work with mmap
#2
Comments
It seems to me you can implement it normally with the |
libarchive-android/library/src/main/java/me/zhanghai/android/libarchive/Archive.java Line 266 in 1d91b0a
BTW is the ? a typo?
|
What about
Ah yes, I think it's a typo. |
|
I can add an Meanwhile I tried but couldn't easily add an Note to myself: https://bugs.openjdk.org/browse/JDK-6347833 - We could have used |
Actually I think I can add the |
Thanks! |
Out of curiousity, how did you manage to do that? I thought
https://github.com/libarchive/libarchive/blob/master/README.md (Closing because the new APIs have been released in v1.1.0 - but please feel free to keep commenting.) |
I read through the archive to get the entry list first, then use individual archive objects for requested entries. |
|
1) Yes 2) That's what I did Here is the commit FooIbar/tachiyomi@35f5f0d |
I see. I was looking at the other apps of yours which is using And curious, will you be upstreaming FooIbar/tachiyomi@35f5f0d to Mihon? (If that's the case I'll be happy that my code is part of Mihon as well - which I'm using right now.) |
Nice! Subscribed to that PR. |
I use your file manager too 🙃 |
Glad you like it 🤠 |
No description provided.
The text was updated successfully, but these errors were encountered: