DateTimePrinterParser.parse

Parses text into date-time information. !(p) The context holds information to use during the parse. It is also used to store the parsed date-time information.

@param context the context to use and parse into, not null @param text the input text to parse, not null @param position the position to start parsing at, from 0 to the text length @return the new parse position, where negative means an error with the error position encoded using the complement ~ operator @throws NullPointerException if the context or text is null @throws IndexOutOfBoundsException if the position is invalid

interface DateTimePrinterParser
int
parse

Meta