|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBufferRange
Interface for keeping start position and length of target content
Method Summary | |
---|---|
int |
getLength()
Get length of the target content. |
int |
getStart()
Get start position of the target content in buffer. |
void |
reset()
Reset start position and length to zero. |
void |
setLength(int length)
Set length of the target content. |
void |
setStart(int start)
Set start position of the target content in the buffer. |
Method Detail |
---|
void reset()
void setStart(int start)
start
- start positionvoid setLength(int length)
length
- lengthint getStart()
int getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |