How to write to external file using one boolean bit a time.
I am trying to create and write to an external file by only using one boolean bit at a time from a loop. I can't seem to get the boolean bits into the byte array and I am getting error for the array being out of limit.
Esakki MuthuPosted Nov 29, 2017, 1:40 AM
An array of bytes. This method copies count bytes from buffer to the current stream.
The zero-based byte offset in buffer at which to begin copying bytes to the current stream.
The number of bytes to be written to the current stream.