public interface Tokenizer
| Modifier and Type | Method and Description | 
|---|---|
| String | getPostToken()return the string between tokens, after the
 previous token. | 
| String | getToken(Reader in)get the next token from the input stream | 
String getPostToken()
String getToken(Reader in) throws IOException
in - the input streamIOException - if an error occurs