|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Stable seek+read descriptor bound to the CBZ backend's miniz reader. More...
#include <comic.h>
Data Fields | |
| comic_read_fn | read |
| Backing reader (mirrors comic_t::read). | |
| void * | ctx |
| Backing context. | |
| uint64_t | size |
| Archive length in bytes. | |
Stable seek+read descriptor bound to the CBZ backend's miniz reader.
Held inside comic_t so miniz's I/O-opaque pointer has a lifetime address; the CBR backend leaves it unused.
| void* comic_stream_t::ctx |
Backing context.
Definition at line 161 of file comic.h.
Referenced by internal_open_detect(), internal_stream_read(), and priv_comic_cbz_open().
| comic_read_fn comic_stream_t::read |
Backing reader (mirrors comic_t::read).
Definition at line 160 of file comic.h.
Referenced by internal_open_detect(), internal_stream_read(), and priv_comic_cbz_open().
| uint64_t comic_stream_t::size |
Archive length in bytes.
Definition at line 162 of file comic.h.
Referenced by internal_open_detect(), and internal_stream_read().