object
method as_bytes : Bytes.t * int
method as_memory : Netsys_types.memory * int
method as_string : string * int
method blit_to_bytes : int -> Bytes.t -> int -> int -> unit
method blit_to_memory : int -> Netsys_types.memory -> int -> int -> unit
method blit_to_string : int -> Bytes.t -> int -> int -> unit
method length : int
method preferred : [ `Bytes | `Memory ]
end