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 $

Method Summary
 InputStream getInputStream()
           
 long length()
           
 OutputStream setOutputStream(long pos)
           
 void truncate(long length)
           
 

Method Detail

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