|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextBuilder
This interface defines a builder for text.
Method Summary | |
---|---|
void |
append(byte[] buffer,
int offset,
int length)
Append a piece of text. |
void |
appendNewLine()
Append a new line. |
Method Detail |
---|
void append(byte[] buffer, int offset, int length)
buffer
- the contentoffset
- the starting offset in the bufferlength
- the length in the buffervoid appendNewLine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |