LobStorageRemoteInputStream
An input stream that reads from a remote LOB.
| Methods |
| int |
read()
|
| int |
read() throws IOException
|
| int |
read(byte[] buff)
|
| int |
read(byte[] buff) throws IOException
|
| int |
read(byte[] buff, int off, int length)
|
| int |
read(byte[] buff, int off, int length) throws IOException
|
| long |
skip(long n)
|
| long |
skip(long n)
|
|