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 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