bineryreader

  1. Adagio

    Question Binaryreader - Reading to end of file?

    I have tried to create a method for writing information from an instance of a class to a binary file. The code works fine, the only problem is finding the end of the file. After it has read the last value that should be read, the basestream.Length is still higher than basestream.Position (by a...
Back
Top