BinaryWriter - Too many zeros
I am exporting binary data to
file using BinaryWriter and I'm just outputting the exact same data I
have previously read in using BinaryReader. Stepping through the program,
everything appears to be in order but when I check the binary file,
extra zeros are appearing at seemingly random places.
Has anyone seen this sort of thing with BinaryWriter before?