返回 BLOB 对象中的字节数。

语法

public long length()

返回值

指定字节数的 long 值。

异常

注释

length 方法由 java.sql.Blob 接口中的 length 方法指定。

请参阅