Class Sscanf

java.lang.Object
  |
  +--Sscanf

public class Sscanf
extends java.lang.Object

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

Sscanf

public Sscanf(java.lang.String str)
Default constructor public Sscanf() { buffer = new String(""); ptr = 0; } /** Constructor
Parameters:
str - input string
Method Detail

nextWord

public java.lang.String nextWord()
purpose : get the next word in the string
Returns:
next word in String format