阅读背景:

大数据量文件的上传下载技巧

来源:互联网 
byte[] content = null;
Blob blob = null;
while(rs.next()){
blob = rs.getBlob("f006b0042");
content = blob.getBytes(1, (int) blob.lengh();
blob.free();
if(null != content){
writerFile(fileObj,content,obTextId0042);
content = null;
}else{
}
}byte[] content = null;
Blob blob = null;
while(



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: