Class IOO.o_input


class [('a, 'b)] o_input : ('a, 'b) IO.input -> object  end

method read : 'a
method nread : int -> 'b
method pos : int
method available : int
method close : unit