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

long length()
            throws AxionException
Throws:
AxionException

truncate

void truncate(long length)
              throws AxionException
Throws:
AxionException

getInputStream

InputStream getInputStream()
                           throws AxionException
Throws:
AxionException

setOutputStream

OutputStream setOutputStream(long pos)
                             throws AxionException
Throws:
AxionException