public class LobStorage.LobInputStream extends InputStream
| Constructor and Description |
|---|
LobStorage.LobInputStream(long lob,
long byteCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buff) |
int |
read(byte[] buff,
int off,
int length) |
long |
skip(long n) |
available, close, mark, markSupported, resetpublic LobStorage.LobInputStream(long lob,
long byteCount)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class InputStreamIOExceptionpublic int read(byte[] buff)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buff,
int off,
int length)
throws IOException
read in class InputStreamIOExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.