DEV Community

Zaseth
Zaseth

Posted on

ByteArray.js - Working with binary data was never so easy!

ByteArray.js is an implementation of Actionscript 3's ByteArray, but then in pure Javascript. This library supports most of it's features from Actionscript 3. A small goal is to make Actionscript 3 developers switch to a newer platform by supporting a key library. The default length of the buffer is 4096 bytes, but if you want to use more, go ahead, you're a rebel.

https://github.com/Zaseth/ByteArray.js/tree/master

Top comments (0)