| Constructor and Description |
|---|
FileLobSource(java.io.File file) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream() |
long |
length() |
java.io.OutputStream |
setOutputStream(long pos) |
void |
truncate(long length) |
public long length()
throws AxionException
length in interface LobSourceAxionExceptionpublic void truncate(long length)
throws AxionException
truncate in interface LobSourceAxionExceptionpublic java.io.InputStream getInputStream()
throws AxionException
getInputStream in interface LobSourceAxionExceptionpublic java.io.OutputStream setOutputStream(long pos)
throws AxionException
setOutputStream in interface LobSourceAxionException