anl.aida.client.io
Class CacheFileReader.RangeProcessor

java.lang.Object
  extended by 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
           
 
Constructor Summary
private CacheFileReader.RangeProcessor()
           
 
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
 

Field Detail

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
Constructor Detail

CacheFileReader.RangeProcessor

private CacheFileReader.RangeProcessor()
Method Detail

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