Skip to content

custom read functions #39

@aviau

Description

@aviau

Hello!

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.

Source

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions