org.axiondb.types
Interface LobLocatorFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
FileLobLocatorFactory, FileOffsetLobLocatorFactory

public interface LobLocatorFactory
extends Serializable

Reads, writes and creates LobLocators.

Version:
$Revision: 1.3 $ $Date: 2003/07/15 23:23:39 $

Method Summary
 LobLocator makeLobLocator(File parent)
           
 LobLocator read(DataInput in)
           
 void write(LobLocator locator, DataOutput out)
           
 

Method Detail

write

public void write(LobLocator locator,
                  DataOutput out)
           throws IOException
Throws:
IOException

read

public LobLocator read(DataInput in)
                throws IOException
Throws:
IOException

makeLobLocator

public LobLocator makeLobLocator(File parent)