org.axiondb.types
Class FileLobLocator
java.lang.Object
org.axiondb.types.FileLobLocator
- All Implemented Interfaces:
- LobLocator
- public class FileLobLocator
- extends Object
- implements LobLocator
A file-based LobLocator
.
- Version:
- $Revision: 1.2 $ $Date: 2002/12/16 23:34:55 $
FileLobLocator
public FileLobLocator(File file)
FileLobLocator
public FileLobLocator(String directory,
String file)
getDirectoryName
public String getDirectoryName()
getFileName
public String getFileName()
getFile
public File getFile(File parentDir)
getLobSource
public LobSource getLobSource(File parentDir,
RandomAccessFile dataFile)
- Specified by:
getLobSource
in interface LobLocator
toString
public String toString()
write
public void write(DataOutput out)
throws IOException
- Throws:
IOException
read
public LobLocator read(DataInput in)
throws IOException
- Throws:
IOException