On 18 Jan 2016, at 11:46pm, Rooney, Joe <Joseph.Rooney at commscope.com> wrote:

> *         Convert Base64 string to NSData object - 3245 bytes
> 
> *         Store NSData object to a Blob in SQLite - 3245 bytes
> 
> *         Retrieve Blob to NSData object - 3245 bytes
> 

Store the string in the BLOB rather than the NSData object.  I suspect that 
some part in your conversion is adding the extra 16 bytes.

Simon.

Reply via email to