Returns an input stream to read data from the BLOB.
语法
public java.io.InputStream getBinaryStream()
返回值
An input stream that contains the BLOB data.
异常
备注
This getBinaryStream method is specified by the getBinaryStream method in the java.sql.Blob interface.