org.axiondb.types
Interface LobLocatorFactory
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- FileLobLocatorFactory, FileOffsetLobLocatorFactory
- public interface LobLocatorFactory
- extends Serializable
Reads, writes and creates LobLocator
s.
- Version:
- $Revision: 1.3 $ $Date: 2003/07/15 23:23:39 $
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)