I am building a web server. And some of the data that will be tramsitted back to the browser are images. From what I understand, images have embedded zeros in them.

Can I use the string class to handle it? Or do I need some kind of byte stream? Or a simple char array?