|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Backing state for a streamed ra8_fs EPUB open (#151). More...
#include <epub_fs.h>
Data Fields | |
| ra8_fs_file_t * | file |
| Open source .epub; owned until close. | |
Backing state for a streamed ra8_fs EPUB open (#151).
Holds the open source-file handle for a book opened via epub_open_streamed_fs(). The streamed path keeps the file open for the book's whole lifetime and seeks+reads each ZIP entry on demand – so this context, and the file it owns, must out-live the book. Release both with epub_close_streamed_fs().
| ra8_fs_file_t* epub_stream_fs_ctx_t::file |