QuantumDoja
Programmer
Hi, I want to save the following binary data
It's a 32bit integer, why does it save as 4kb, when it should be well under 1kb???
I need to know what format to save it as. Thanks
Code:
00001111000011110000111100000001
It's a 32bit integer, why does it save as 4kb, when it should be well under 1kb???
I need to know what format to save it as. Thanks