Reading binary data from a file

See, for example:

All of these appeared in the first page of Google results for “read binary file Julia”, and they all point to the same function: read!.

(Of course, this assumes that your “binary data” just consists of raw arrays written directly to a file, as opposed to a more structured binary format like HDF5.jl.)

1 Like