nu.validator.source
Class Line
java.lang.Object
nu.validator.source.Line
final class Line
- extends Object
Constructor Summary |
Line(char[] buffer,
int offset)
|
Method Summary |
(package private) void |
characters(char[] ch,
int start,
int length)
|
(package private) char[] |
getBuffer()
Returns the buffer. |
(package private) int |
getBufferLength()
Returns the bufferLength. |
(package private) int |
getOffset()
Returns the offset. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buffer
private char[] buffer
offset
private int offset
bufferLength
private int bufferLength
Line
Line(char[] buffer,
int offset)
- Parameters:
buffer
- offset
-
getBuffer
char[] getBuffer()
- Returns the buffer.
- Returns:
- the buffer
getBufferLength
int getBufferLength()
- Returns the bufferLength.
- Returns:
- the bufferLength
getOffset
int getOffset()
- Returns the offset.
- Returns:
- the offset
characters
void characters(char[] ch,
int start,
int length)