binarywriter
Binary Writer returns byte array of null
I\'m working with the MRIM (Mail.Ru Agent) protocol. MRIM is a binary protocol, so in order to make the data binary, I\'m using the BinaryWriter class. Here\'s the code:[详细]
2023-04-07 15:23 分类:问答C# and .NET: How to serialize a structure into a byte[] array, using BinaryWriter? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_JAVA技巧[详细]
2023-04-05 20:19 分类:问答Delphi Prism: Does BinaryWriter "Write method" work the same as Writeln method from Delphi?
I am working with Delphi Prism and creating and writing into binary file using BinaryWriter as follows.[详细]
2023-04-04 06:31 分类:问答BinaryWriter problem - "code adds some byte between Write() method"
I am try to do some code using BinaryWriter and Then BinaryReader. When I wanna write I use method Write().[详细]
2023-04-01 20:53 分类:问答Modify data via StreamWriter or file writes?
I need to create binary data file. It cannot 开发者_如何学Gobe created in one pass, I need to serialize some data, then go back and write offsets in the header. File will comfortably fit in memory (a[详细]
2023-03-31 19:40 分类:问答Bit-Based BinaryWriter in C#
I\'m working on a bit-based B/W/Greyscale Pre-Compiled font format, and was having issues with either reading or writing the format, (I\'ve not been able to determine where the issue was. (I do have a[详细]
2023-03-28 02:51 分类:问答How do I write a list using BinaryWriter?
I want to use a generic WriteList(List value) function to write a List using the BinaryWriter. Here is the code I am using:[详细]
2023-03-22 06:41 分类:问答SharePoint ashx handler file download Problem
I have a ashx开发者_开发知识库 handler that gets a file we are using, this in SharePoint, and then it checks what kind of file it is and then it writes using Response.BinaryWrite. It get this file fro[详细]
2023-03-22 06:02 分类:问答Need help using Read7BitEncodedInt
I\'ve been searching for 2 hours or better for a way to use the Read7BitEncodedInt method for this. I need to use it somehow to reduce my file size (in this case likely by 100mb or more). I was also l[详细]
2023-03-12 20:58 分类:问答How Write a List<int> to binary file (4 bytes long)?
I need to write a List of ints to a binary file of 4 bytes in length, so, I need to make sure that the binary file is correct, and I do the following:[详细]
2023-02-25 06:56 分类:问答