package cpdf

  1. Overview
  2. Docs
type string = String.t
type t = Buffer.t
exception Full
val create : int -> Buffer.t
val add_uchar : Buffer.t -> int -> unit
val clear : Buffer.t -> unit
val contents : Buffer.t -> string
val length : Buffer.t -> int