Exposes the BLOB API.
Returns the size of this blob in bytes.
this
Closes this open Blob unconditionally.
Reads size bytes from this blob, starting at offset, into output.
Reads size bytes from the blob, starting at offset and returns the bytes read.
Moves this blob to the row identified by rowid of the same database, table and column.
Writes size bytes from input into this blob, starting at offset.