org.xbis.eventstore
Class EventStore.StoreReader
java.lang.Object
org.xbis.eventstore.EventStore.StoreReader
- Enclosing class:
- EventStore
- public class EventStore.StoreReader
- extends java.lang.Object
Event store reader used to retrieve information from store. This just
wraps the current position information, operating as a kind of
multi-iterator.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventStore.StoreReader
public EventStore.StoreReader()
readEvent
public int readEvent()
readQName
public NameImpl readQName()
readString
public java.lang.String readString()
getChars
public char[] getChars()
getCharOffset
public int getCharOffset()
readChars
public int readChars()
getNamespace
public BasicNamespace getNamespace(int index)
reset
public void reset()