|
mupdf
|
#include <buffer.h>
Public Attributes | |
| int | refs |
| unsigned char * | data |
| size_t | cap |
| size_t | len |
| int | unused_bits |
| int | shared |
fz_buffer is a wrapper around a dynamically allocated array of bytes.
Buffers have a capacity (the number of bytes storage immediately available) and a current size.
The contents of the structure are considered implementation details and are subject to change. Users should use the accessor functions in preference.
| size_t fz_buffer::cap |
| unsigned char* fz_buffer::data |
| size_t fz_buffer::len |
| int fz_buffer::refs |
| int fz_buffer::shared |
| int fz_buffer::unused_bits |