binaryfiles
C# from read text file to read binary file
how do I modify this code to read binary file using BinaryReader? Example snort\'s log file?(text and number are include)[详细]
2023-02-21 21:33 分类:问答read/write to a large size file in java
i have a binary file with following format : [N bytes identifier & record length] [n1 bytes data][详细]
2023-02-21 01:42 分类:问答How to read / write a struct in Binary Files?
I am facing a small problem. I have a struct, which h开发者_高级运维as a vector. Note that the vector is dynamic per every iteration. Now, in a particular iteration, how do I store the struct which co[详细]
2023-02-20 23:20 分类:问答Help using Strcmp() with a binary file
I have a functionvoid display_a_student() which uses two binary files. Firstly a binary1.dat and and index.dat which contains the offset of each student added to the binary1.dat.[详细]
2023-02-20 19:47 分类:问答Get Memory Address of Binary Instructions
I\'m currently working on some system level code where I would like to be able to identify the memory section(s) that are from the loaded binary in order to detect things like corrupted or modified in[详细]
2023-02-20 01:57 分类:问答Trying to read binary file as text but scanner stops at first line
I\'m trying to read a binary file but my program just stops at first line.. I think it\'s because of the strange characters the file has..I just want to extract some directions from it. Is there a way[详细]
2023-02-18 16:53 分类:问答Does the Print() method in VB.NET work with files opened with Binary access?
I am trying to write data to a binary file using the Print() method, but when I run it I get the System.IO exception Bad File Mode. Does anybody have an idea of what\'s going wrong here? Here\'s the c[详细]
2023-02-15 06:05 分类:问答Many binary files synchronization
I have about 100 00开发者_Go百科0 files on office server (images, pdf\'s, etc...) Each day files count grows about 100-500 items, and about 20-50 old files changes.[详细]
2023-02-10 03:06 分类:问答How to store audio, images, and binary files as XML?
I\'m reading a book on .NET, and it says \"XML can be used to store any type of data including documents (the l开发者_如何学JAVAatest version of Microsoft Office stores documents using XML), pictures,[详细]
2023-02-08 22:32 分类:问答Idiomatic C# deserialization of custom binary files?
Greetings, What is the most idiomatic way of performing serialization/deserial开发者_开发技巧ization of binary custom formats? For example, how would you read a file with a set of headers specified i[详细]
2023-02-08 13:20 分类:问答