module Buffer:Buffers are mainly used by thesig..end
BITSTRING constructor, but
    may also be useful for end users.  They work much like the
    standard library Buffer module.type 
val create : unit -> tval contents : t -> Bitstring.bitstringval add_bits : t -> string -> int -> unitval add_bit : t -> bool -> unitval add_byte : t -> int -> unit