Method Summary |
|
protected void | appendQuotedString(Appendable buffer) Appends the next quoted string. |
protected boolean | isLinearWhiteSpace(int character) Indicates if the given character is a value separator.
Parameters: character - The character to test. |
protected boolean | isValueSeparator(int character) Indicates if the given character is a value separator.
Parameters: character - The character to test. |
public int | read() Reads the next character. |
protected String | readQuotedString() Reads the next quoted string. |
public String | readValue() Read the next value of a multi-value header. |