org.neodatis.odb.core.transaction
Interface IWriteAction

All Known Implementing Classes:
DefaultWriteAction

public interface IWriteAction


Method Summary
 void addBytes(byte[] bytes)
           
 void applyTo(IFileSystemInterface fsi, int index)
           
 byte[] getBytes(int index)
           
 long getPosition()
           
 boolean isEmpty()
           
 void persist(IFileSystemInterface fsi, int index)
           
 

Method Detail

getBytes

byte[] getBytes(int index)

applyTo

void applyTo(IFileSystemInterface fsi,
             int index)

addBytes

void addBytes(byte[] bytes)

persist

void persist(IFileSystemInterface fsi,
             int index)

isEmpty

boolean isEmpty()

getPosition

long getPosition()