Closed GoogleCodeExporter closed 8 years ago
My code ignores the byte offset and length, you're absolutely right about that.
I'll fix that up, quite likely by using what you posted nearly verbatim.
For a while, I had also tried using a Uint32Array. The problem I ran into is
that the endianness is never guaranteed. It depends on the underlying hardware.
That's how I ended up using DataView, because I can pass an argument to
indicate whether the result should be big or little endian. Of course, if I
read only one byte at a time, then that's a moot point.
Original comment by Jeff.Mott.OR
on 10 Jan 2013 at 6:14
Fixed in r586 and available in the latest release.
Original comment by Jeff.Mott.OR
on 15 Jan 2013 at 2:55
Original issue reported on code.google.com by
vladim...@gmail.com
on 9 Jan 2013 at 7:13