Creating Bitmaps from ARGB strings?

Hi, what’s the fastest way to dump your data (not from a file) into a bitmap for display?

I have it working with setPixels and colored rects but that’s way too slow.

Is there a way to load in the raw bytes or hijack the loader class to put in custom loader data?

What would be best?