|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--org.caida.otter.TextTools
Added features to manipulate text and strings.
| Constructor Summary | |
TextTools()
|
|
| Method Summary | |
java.lang.StringBuffer |
addWhiteSpace(java.lang.StringBuffer a,
int position)
Allows the ability to add white space to a string buffer so one can specify the columns and have them be unified accross stdout. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public TextTools()
| Method Detail |
public java.lang.StringBuffer addWhiteSpace(java.lang.StringBuffer a,
int position)
throws NeedMoreWhiteSpace
a - The stringbuffer that will have white space added to it.position - The position of the next column.
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||