FileDocCategorySizeDatePackage
Tokenizer.javaAPI DocApache Ant 1.701450Wed Dec 13 06:16:18 GMT 2006org.apache.tools.ant.util

Tokenizer

public interface Tokenizer
input stream tokenizers implement this interface
version
Ant 1.6

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetPostToken()
return the string between tokens, after the previous token.

return
the intra-token string

public java.lang.StringgetToken(java.io.Reader in)
get the next token from the input stream

param
in the input stream
return
the next token, or null for the end of the stream
throws
IOException if an error occurs