| 构造器和说明 |
|---|
BlobImpl(byte[] bytes) |
BlobImpl(InputStream ins) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
free() |
InputStream |
getBinaryStream() |
InputStream |
getBinaryStream(long pos,
long length) |
byte[] |
getBytes(long pos,
int length) |
long |
length() |
long |
position(Blob parm1,
long parm2) |
long |
position(byte[] pattern,
long parm2) |
OutputStream |
setBinaryStream(long pos) |
int |
setBytes(long parm1,
byte[] parm2) |
int |
setBytes(long parm1,
byte[] parm2,
int parm3,
int parm4) |
void |
truncate(long len) |
public BlobImpl(byte[] bytes)
public BlobImpl(InputStream ins) throws IOException
IOExceptionpublic long length()
throws SQLException
length 在接口中 BlobSQLExceptionpublic byte[] getBytes(long pos,
int length)
throws SQLException
getBytes 在接口中 BlobSQLExceptionpublic InputStream getBinaryStream() throws SQLException
getBinaryStream 在接口中 BlobSQLExceptionpublic long position(byte[] pattern,
long parm2)
throws SQLException
position 在接口中 BlobSQLExceptionpublic long position(Blob parm1, long parm2) throws SQLException
position 在接口中 BlobSQLExceptionpublic int setBytes(long parm1,
byte[] parm2,
int parm3,
int parm4)
throws SQLException
setBytes 在接口中 BlobSQLExceptionpublic int setBytes(long parm1,
byte[] parm2)
throws SQLException
setBytes 在接口中 BlobSQLExceptionpublic OutputStream setBinaryStream(long pos) throws SQLException
setBinaryStream 在接口中 BlobSQLExceptionpublic void truncate(long len)
throws SQLException
truncate 在接口中 BlobSQLExceptionpublic void free()
throws SQLException
free 在接口中 BlobSQLExceptionpublic InputStream getBinaryStream(long pos, long length) throws SQLException
getBinaryStream 在接口中 BlobSQLExceptionCopyright © 2023 onecode. All rights reserved.