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