4
Answers

BinaryWriter - Too many zeros

Ask a question
Steve

Steve

16y
2.3k
1
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?

Answers (4)