Module MuPDF.Buffer

Buffers.

type t = buffer

A buffer.

val create : int -> t

Create a buffer.

val terminate : buffer -> unit

Zero-terminate buffer in order to use as a C string.

val to_string : buffer -> string

String contents of a buffer.