J
John Dann
I'm trying to read some binary data from a file created by another
program. I know the binary file format but can't change or control the
format. The binary data is organised such that it should populate a
series of structures of specified variable composition.
I have the structures created OK, but actually reading the files is
giving me an error. Can I ask a simple question to start with:
I'm trying to read the file using the deserialize method. Since the
original file wasn't created with serialize am I wasting my time
trying to do this?
If I can use deserialize in this situation then I'll perservere with
looking for the error, but first I'd like to check that the approach
is valid in principle.
TIA
JGD
program. I know the binary file format but can't change or control the
format. The binary data is organised such that it should populate a
series of structures of specified variable composition.
I have the structures created OK, but actually reading the files is
giving me an error. Can I ask a simple question to start with:
I'm trying to read the file using the deserialize method. Since the
original file wasn't created with serialize am I wasting my time
trying to do this?
If I can use deserialize in this situation then I'll perservere with
looking for the error, but first I'd like to check that the approach
is valid in principle.
TIA
JGD