org.axiondb.types
Class FileOffsetLobLocator
java.lang.Object
org.axiondb.types.FileOffsetLobLocator
- All Implemented Interfaces:
- LobLocator
public class FileOffsetLobLocator
- extends Object
- implements LobLocator
A LobLocator
based upon an byte-offset into a file.
- Version:
- $Revision: 1.2 $ $Date: 2002/12/16 23:34:55 $
FileOffsetLobLocator
public FileOffsetLobLocator(long offset,
int length)
getLobSource
public LobSource getLobSource(File parentDir,
RandomAccessFile dataFile)
throws AxionException
- Specified by:
getLobSource
in interface LobLocator
- Throws:
AxionException
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