public class LobStorageBackend.LobInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
LobInputStream(long lobId,
long byteCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] buff) |
int |
read(byte[] buff,
int off,
int length) |
long |
skip(long n) |
public LobInputStream(long lobId,
long byteCount)
throws java.sql.SQLException
java.sql.SQLExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic long skip(long n)
throws java.io.IOException
skip in class java.io.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] buff)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic int read(byte[] buff,
int off,
int length)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException