module UTF8LineReaderImpl:sig..end
One is advised to use the LineUtils.UTF8LineReader module
instead of this one.
type t
val make : InputStream.t -> tval get : t -> UTF8Impl.tget r returns the next line read from r.
Raises End_of_file if end of file is encountered.
Raises InputStream.Exception if an error occurs.val close : t -> unitInputStream.Exception if an error occurs.val close_noerr : t -> unit