|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Sscanf
Sscanf.java
Constructor Summary | |
Sscanf(java.lang.String str)
Default constructor public Sscanf() { buffer = new String(""); ptr = 0; } /** Constructor |
Method Summary | |
java.lang.String |
nextWord()
purpose : get the next word in the string |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Sscanf(java.lang.String str)
str
- input stringMethod Detail |
public java.lang.String nextWord()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |