public class LobStorageRemoteInputStream extends InputStream
| 构造器和说明 |
|---|
LobStorageRemoteInputStream(SessionRemote handler,
long lobId,
byte[] hmac) |
public LobStorageRemoteInputStream(SessionRemote handler, long lobId, byte[] hmac)
public int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] buff)
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] buff,
int off,
int length)
throws IOException
read 在类中 InputStreamIOExceptionCopyright © 2022. All rights reserved.