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