public class LobStorageRemoteInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
LobStorageRemoteInputStream(SessionRemote handler,
long lobId,
byte[] hmac) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buff) |
int |
read(byte[] buff,
int off,
int length) |
public LobStorageRemoteInputStream(SessionRemote handler, long lobId, byte[] hmac)
public int read()
throws java.io.IOException
read 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