org.apache.tools.ant.util
public interface Tokenizer
Version: Ant 1.6
Method Summary | |
---|---|
String | getPostToken()
return the string between tokens, after the
previous token. |
String | getToken(Reader in)
get the next token from the input stream |
Returns: the intra-token string
Parameters: in the input stream
Returns: the next token, or null for the end of the stream
Throws: IOException if an error occurs