module UTF8LineWriterImpl:sig
..end
One is advised to use the LineUtils.UTF8LineWriter
module
instead of this one.
type
t
val make : OutputStream.t -> t
val put : t -> UTF8Impl.t -> unit
put w s
outputs string s
onto writer w
.
Raises OutputStream.Exception
if an error occurs.val flush : t -> unit
OutputStream.Exception
if an error occurs.val close : t -> unit
OutputStream.Exception
if an error occurs.val close_noerr : t -> unit