Module Bytebuffer.Make

Parameters

module IO : sig ... end
module Refill : sig ... end

Signature

val refill : t -> Refill.src -> [ `Ok | `Eof ] IO.t
val read_line : t -> Refill.src -> string option IO.t
val read : t -> Refill.src -> int -> string IO.t