bit manipulation - javascript shifting >32-bit to get 64-bit Int -


i using api responsetype arraybuffer. reading data using dataview. allows me read 32-bit int max , in float 64-bit can max of 53-bit int.

have int values of 6-byte. reading or writing > 32-bit int needed bit shifting of >=32-bit. following link says javascript shift operation works <32-bit. here link developer.mozilla

how can read 6-byte or 8-byte int dataview in javascript via shifting or means?


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -