jscud / jsBytes

Handy helper functions for working with byte arrays in JavaScript.
1 stars 0 forks source link

=== jsBytes ===

A collection of handy helper functions for working with arrays of bytes in JavaScript.

--- Example Usage ---

var bytes = jsBytes.int32ToBytes(-2); var negativeTwo = jsBytes.littleEndianBytesToSignedInt32(bytes);