Retrieving image from SQLite Database (BLOB data type)

前端 未结 0 821
天命终不由人
天命终不由人 2021-02-06 22:26

I have tried to retrieve the byte[] from my SQLite DB using the code:

public byte[] getImageData() throws SQLException{
    SQLiteDatabase db = this.getReadableDa         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题