|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnu.validator.htmlparser.impl.UTF16Buffer
public final class UTF16Buffer
| Field Summary | |
|---|---|
private char[] |
buffer
|
private int |
end
|
private int |
start
|
| Constructor Summary | |
|---|---|
UTF16Buffer(char[] buffer,
int start,
int end)
|
|
| Method Summary | |
|---|---|
void |
adjust(boolean lastWasCR)
|
char[] |
getBuffer()
Returns the buffer. |
int |
getEnd()
Returns the end. |
int |
getStart()
Returns the start. |
boolean |
hasMore()
|
void |
setEnd(int end)
Sets the end. |
void |
setStart(int start)
Sets the start. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final char[] buffer
private int start
private int end
| Constructor Detail |
|---|
public UTF16Buffer(char[] buffer,
int start,
int end)
buffer - start - end - | Method Detail |
|---|
public int getStart()
public void setStart(int start)
start - the start to setpublic char[] getBuffer()
public int getEnd()
public boolean hasMore()
public void adjust(boolean lastWasCR)
public void setEnd(int end)
end - the end to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||