| Constructor and Description |
|---|
FileOffsetLobSource(BufferedDataInputStream in,
long offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream() |
long |
length() |
java.io.OutputStream |
setOutputStream(long pos) |
void |
truncate(long length) |
public FileOffsetLobSource(BufferedDataInputStream in, long offset, int 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