string ->
object
  method get_after : ?offset:int -> int -> string
  method get_float : int -> float
  method get_int : int -> int
  method get_string : int -> string
  method next : int
  method search : Str.regexp -> int -> unit
end