org.xbis.eventstore
Class EventStore.StoreReader

java.lang.Object
  extended byorg.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.


Constructor Summary
EventStore.StoreReader()
           
 
Method Summary
 int getCharOffset()
           
 char[] getChars()
           
 BasicNamespace getNamespace(int index)
           
 int readChars()
           
 int readEvent()
           
 NameImpl readQName()
           
 java.lang.String readString()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventStore.StoreReader

public EventStore.StoreReader()
Method Detail

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()


Company Web Site

XML Binary Information Set Home