I\'m trying to write a simple reader for AutoCAD\'s DWG files in .NET. I don\'t actually need to access all data in the file so the complexity that would otherwise be involved in writing a reader/writ
Ok, so I currently have a binary file containing an unknown number of structs like this: private struct sTestStruct
Kind of new to C# and trying to broaden my abilities a bit. I have this code in VB: Private Sub BreakdownFilesToCompare(ByRef file1BReader As BinaryReader, _
I have the following code that processes a binary file. I want to split the processing workload by using threads and assigning each line of the binary file to threads in the ThreadPool. Processing tim
I am using a BinaryReader to read an Excel 2007 file from an Exchange mailbox using a OWA, the file is then written to disk using a BinaryWriter.My problem is that the two files don\'t match when the
I am trying to use the EndianBinaryReader and EndianBinaryWriter that Jon Skeet wrote as part of his misc utils lib.It works great for the two uses I have made of it.
I\'ve run into what I believe is an issue with the BinaryReader.ReadChars() method.When I wrap a BinaryReader around a raw socket NetworkStream occasionally I get a stream corruption where the stream