Module CL_DataBuffer

module CL_DataBuffer: sig .. end

API documentation for the class CL_DataBuffer

type t 
val init : unit -> t
val delete : t -> unit
val of_string : string -> t
val copy : t -> t
val get_size : t -> int
val get_capacity : t -> int
val set_size : t -> int -> unit
val set_capacity : t -> int -> unit
val get : t -> int -> char
val set : t -> int -> char -> unit