[][src]Module mupdf::buffer

Dynamically allocated array of bytes

Structs

Buffer

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