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
 java.io.InputStream getInputStream()
           
 long length()
           
 java.io.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

java.io.InputStream getInputStream()
                                   throws AxionException
Throws:
AxionException

setOutputStream

java.io.OutputStream setOutputStream(long pos)
                                     throws AxionException
Throws:
AxionException