anl.aida.client.io
Class CacheFileReader.RangeProcessor
java.lang.Object
anl.aida.client.io.CacheFileReader.RangeProcessor
- All Implemented Interfaces:
- CacheFileReader.XMLEventProcessor
- Enclosing class:
- CacheFileReader
private class CacheFileReader.RangeProcessor
- extends java.lang.Object
- implements CacheFileReader.XMLEventProcessor
Field Summary |
private static java.lang.String |
INTERVAL
|
private static java.lang.String |
LENGTH
|
(package private) static java.lang.String |
RANGE
|
private static java.lang.String |
START
|
Method Summary |
void |
process(javax.xml.stream.XMLEventReader reader,
javax.xml.stream.events.XMLEvent evt)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RANGE
static final java.lang.String RANGE
- See Also:
- Constant Field Values
START
private static final java.lang.String START
- See Also:
- Constant Field Values
LENGTH
private static final java.lang.String LENGTH
- See Also:
- Constant Field Values
INTERVAL
private static final java.lang.String INTERVAL
- See Also:
- Constant Field Values
CacheFileReader.RangeProcessor
private CacheFileReader.RangeProcessor()
process
public void process(javax.xml.stream.XMLEventReader reader,
javax.xml.stream.events.XMLEvent evt)
throws javax.xml.stream.XMLStreamException,
java.io.IOException
- Specified by:
process
in interface CacheFileReader.XMLEventProcessor
- Throws:
javax.xml.stream.XMLStreamException
java.io.IOException