Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Represents a generalization of data input source to a parser. Implement this interface to provide new sources of input to Reparse.parse
.
i#eof offset
returns true
if offset
position in i
represents the end of input.
i#sub t ~offset ~len
reads and returns a string of length len
at position offset
from input i
. May return a string of length less than len
.