G
Guest
i have an array of bytes which i write to a binary file
seems to me the only way is to write one element at a time, which takes *forever
is there a way to write the entire array to the binary file without looping
something like
binarywriter.writeEntireArray(arrayOfBytes
would be perfect!
seems to me the only way is to write one element at a time, which takes *forever
is there a way to write the entire array to the binary file without looping
something like
binarywriter.writeEntireArray(arrayOfBytes
would be perfect!