org.axiondb.types
Interface LobSource
- All Known Implementing Classes:
- CompressedLobSource, FileLobSource, FileOffsetLobSource
- public interface LobSource
Defines the basic Large Object (LOB) methods.
- Version:
- $Revision: 1.2 $ $Date: 2002/12/16 23:34:55 $
length
public long length()
throws AxionException
- Throws:
AxionException
truncate
public void truncate(long length)
throws AxionException
- Throws:
AxionException
getInputStream
public InputStream getInputStream()
throws AxionException
- Throws:
AxionException
setOutputStream
public OutputStream setOutputStream(long pos)
throws AxionException
- Throws:
AxionException