Module mupdf::buffer

source ·
Expand description

Dynamically allocated array of bytes

Structs§

  • A wrapper around a dynamically allocated array of bytes. Buffers have a capacity (the number of bytes storage immediately available) and a current size.