Julia Programming Language
Readbytes! is bugging me
New to Julia
binaryio
,
data
tkluck
April 22, 2019, 10:09am
2
You’re looking for the
ntoh
function:
map(ntoh, reinterpret(Int32, raw_data))
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Readbytes! or reading into an existing data block
General Usage
4
1278
August 23, 2017
Fast reading of multiple big-endian binary files
Performance
binaryio
1
788
December 18, 2020
Binary_reading
New to Julia
binaryio
8
1693
June 27, 2019
Convert a number to a byte array
New to Julia
20
1189
March 20, 2024
Possibly confusing or inconsistent methods for read()
New to Julia
documentation
,
binaryio
0
541
February 14, 2017