Hey,
I've got a script which uses a socket to read a binary file.
But I have been told that the file I'm downloading contains a few separate integers and strings.
How can I split them up?
PS. First time working with binaries :P
I've got a script which uses a socket to read a binary file.
But I have been told that the file I'm downloading contains a few separate integers and strings.
How can I split them up?
PS. First time working with binaries :P
Comment