LobStorageBackend.LobInputStream

An input stream that reads from a LOB.

Methods
int available()
int available() throws IOException
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) throws IOException