getBlob

open fun getBlob(columnIndex: Int): Array<Byte>

Returns the value of the requested column as a byte array.

Return

the value of that column as a byte array.

Parameters

columnIndex

the zero-based index of the target column.

See also

android.database.Cursor#getBlob(int)