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:
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_JAVA技巧
I am working with Delphi Prism and creating and writing into binary file using BinaryWriter as follows.
I am try to do some code using BinaryWriter and Then BinaryReader. When I wanna write I use method Write().
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
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
I want to use a generic WriteList(List value) function to write a List using the BinaryWriter. Here is the code I am using:
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
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
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: