Ticket #121 (closed enhancement: fixed)
Expose IsoStream
| Reported by: | vreixo | Owned by: | vreixo |
|---|---|---|---|
| Priority: | major | Milestone: | libisofs-0.6.4 |
| Component: | libisofs | Version: | libisofs-0.6.3 |
| Keywords: | Cc: |
Description
IsoStream is the object that represents the content of a file. We should expose it to:
- allow apps access IsoFile contents
- let apps define its own IsoStream implementations.
We also need an API:
int iso_tree_add_new_file(IsoDir *parent, const char *name, IsoStream *stream, IsoFile **file);
equivalent to other iso_tree_add_new_XX() functions.
Change History
Note: See
TracTickets for help on using
tickets.
