org.siebengeisslein.core
Interface DataStore

All Known Implementing Classes:
DataStoreImpl

public interface DataStore


Method Summary
 long moveEntry(long position)
          Move the entry at "position" to the currently active datastore file.
 

Method Detail

moveEntry

long moveEntry(long position)
               throws java.io.IOException
Move the entry at "position" to the currently active datastore file. This is used for datastore compression.

Throws:
java.io.IOException