module UTF8LineReaderImpl:sig
..end
One is advised to use the LineUtils.UTF8LineReader
module
instead of this one.
type
t
val make : InputStream.t -> t
val get : t -> UTF8Impl.t
get 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 -> unit
InputStream.Exception
if an error occurs.val close_noerr : t -> unit