org.axiondb.types
Class FileOffsetLobLocatorFactory

java.lang.Object
  extended by org.axiondb.types.FileOffsetLobLocatorFactory
All Implemented Interfaces:
Serializable, LobLocatorFactory

public class FileOffsetLobLocatorFactory
extends Object
implements LobLocatorFactory

A LobLocatorFactory for FileOffsetLobLocators.

Version:
$Revision: 1.2 $ $Date: 2002/12/16 23:34:55 $
See Also:
Serialized Form

Constructor Summary
FileOffsetLobLocatorFactory()
           
 
Method Summary
 LobLocator makeLobLocator(File parentdir)
           
 LobLocator read(DataInput in)
           
 void write(LobLocator locator, DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileOffsetLobLocatorFactory

public FileOffsetLobLocatorFactory()
Method Detail

write

public void write(LobLocator locator,
                  DataOutput out)
           throws IOException
Specified by:
write in interface LobLocatorFactory
Throws:
IOException

read

public LobLocator read(DataInput in)
                throws IOException
Specified by:
read in interface LobLocatorFactory
Throws:
IOException

makeLobLocator

public LobLocator makeLobLocator(File parentdir)
Specified by:
makeLobLocator in interface LobLocatorFactory