| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
delimiter
The delimiter of this line
|
int |
length
The length of the line
|
int |
offset
The offset of the line
|
| Constructor and Description |
|---|
Line(int offset,
int length)
Creates a new Line.
|
Line(int offset,
int end,
java.lang.String delimiter)
Creates a new Line.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
int |
getOffset() |
public int offset
public int length
public final java.lang.String delimiter
public Line(int offset,
int end,
java.lang.String delimiter)
offset - the offset of the lineend - the last including character offset of the linedelimiter - the line's delimiterpublic Line(int offset,
int length)
offset - the offset of the linelength - the length of the line