public class LobStorageBackend.LobInputStream extends InputStream
| 构造器和说明 |
|---|
LobInputStream(long lobId,
long byteCount) |
public LobInputStream(long lobId,
long byteCount)
throws SQLException
SQLExceptionpublic int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic long skip(long n)
throws IOException
skip 在类中 InputStreamIOExceptionpublic int available()
throws IOException
available 在类中 InputStreamIOExceptionpublic int read(byte[] buff)
throws IOException
read 在类中 InputStreamIOExceptionpublic int read(byte[] buff,
int off,
int length)
throws IOException
read 在类中 InputStreamIOExceptionCopyright © 2017. All rights reserved.