public class Mark extends Object
BufferedCharSeeker.
It holds information such as start/end position in the data stream, which character
was the match and whether or not this denotes the last value of the line.| Modifier and Type | Field and Description |
|---|---|
static int |
END_OF_LINE_CHARACTER |
| Constructor and Description |
|---|
Mark() |
| Modifier and Type | Method and Description |
|---|---|
int |
character() |
boolean |
isEndOfLine() |
boolean |
isQuoted() |
String |
toString() |
public static final int END_OF_LINE_CHARACTER
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.