mupdf
Loading...
Searching...
No Matches
fz_buffer Struct Reference

#include <buffer.h>

Public Attributes

int refs
unsigned char * data
size_t cap
size_t len
int unused_bits
int shared

Detailed Description

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.

Member Data Documentation

◆ cap

size_t fz_buffer::cap

◆ data

unsigned char* fz_buffer::data

◆ len

size_t fz_buffer::len

◆ refs

int fz_buffer::refs

◆ shared

int fz_buffer::shared

◆ unused_bits

int fz_buffer::unused_bits

The documentation for this struct was generated from the following file:
  • /home/docs/checkouts/readthedocs.org/user_builds/mupdf/checkouts/1.28.0/include/mupdf/fitz/buffer.h