org.axiondb.types
Class FileLobLocatorFactory
java.lang.Object
org.axiondb.types.FileLobLocatorFactory
- All Implemented Interfaces:
- LobLocatorFactory, Serializable
- public class FileLobLocatorFactory
- extends Object
- implements LobLocatorFactory
A LobLocatorFactory
for FileLobLocator
s.
- Version:
- $Revision: 1.4 $ $Date: 2003/10/22 17:08:41 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileLobLocatorFactory
public FileLobLocatorFactory()
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