net.sf.mpxj.utility
Class ReaderTokenizer
java.lang.Object
net.sf.mpxj.utility.Tokenizer
net.sf.mpxj.utility.ReaderTokenizer
public final class ReaderTokenizer
- extends Tokenizer
This class implements a tokenizer as per the underlying Tokenizer class,
with characters being read from a Reader instance.
|
Method Summary |
protected int |
read()
This method must be implemented to read the next character from the
data source. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReaderTokenizer
public ReaderTokenizer(Reader r)
- Constructor.
- Parameters:
r - Reader instance
read
protected int read()
throws IOException
- This method must be implemented to read the next character from the
data source.
- Specified by:
read in class Tokenizer
- Returns:
- next character
- Throws:
IOException
Copyright © 2012. All Rights Reserved.