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.4 $ $Date: 2005/04/13 00:42:58 $
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,
BufferedDataInputStream in)
- Specified by:
getLobSource
in interface LobLocator
toString
public String toString()
- Overrides:
toString
in class Object
write
public void write(DataOutput out)
throws IOException
- Throws:
IOException
read
public LobLocator read(DataInput in)
throws IOException
- Throws:
IOException