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
It would be great if this library supported custom read functions as supported in libarchive:
Sometimes, none of the packaged "open" functions will work for you. In that case, you can use the lower-level `archive_read_open` function. This accepts three callbacks and a pointer to your data:
- An open callback. This is legacy and is never necessary and should not be used.
- A read callback.
- A close callback.
Hello!
It would be great if this library supported custom read functions as supported in libarchive:
Source
The text was updated successfully, but these errors were encountered: