org.apache.tools.ant.util
Interface Tokenizer
- LineTokenizer, TokenFilter.FileTokenizer, TokenFilter.StringTokenizer
public interface Tokenizer
input stream tokenizers implement this interface
String | getPostToken() - return the string between tokens, after the
previous token.
|
String | getToken(Reader in) - get the next token from the input stream
|
getPostToken
public String getPostToken()
return the string between tokens, after the
previous token.
getToken
public String getToken(Reader in)
throws IOException
get the next token from the input stream
- the next token, or null for the end
of the stream
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.