We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Include scripts for jDataView and jBinary like that:
jDataView
jBinary
<script src="//jdataview.github.io/dist/jdataview.js"></script> <script src="//jdataview.github.io/dist/jbinary.js"></script> <script> var typeSet = { magic: ['array', 'uint8', 4] }; jBinary.load('file.bin', typeSet, function (err, binary) { console.log(binary.read('magic')); }); </script>