Constructor and Description |
---|
CompressedLobSource(LobSource source) |
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getInputStream() |
long |
length() |
java.io.OutputStream |
setOutputStream(long pos) |
void |
truncate(long length) |
public CompressedLobSource(LobSource source)
public long length() throws AxionException
length
in interface LobSource
AxionException
public void truncate(long length) throws AxionException
truncate
in interface LobSource
AxionException
public java.io.InputStream getInputStream() throws AxionException
getInputStream
in interface LobSource
AxionException
public java.io.OutputStream setOutputStream(long pos) throws AxionException
setOutputStream
in interface LobSource
AxionException