且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将java.io.InputStream转换为java.sql.Blob

更新时间:2023-02-04 17:39:04

您可以使用相同的内容:

You can use the same:

Blob xmlForSign=null;
xmlForSign.getBinaryStream();

此方法getBinaryStream()返回Inputfilestream.

this method getBinaryStream() return an Inputfilestream.