ByteArray wrapper from Actionscript 3 for NodeJs
$ npm install bytearray2 --save
var ByteArray = require('bytearray2');
var buff = new ByteArray();
byteArray.writeBoolean(true);
byteArray = new ByteArray(byteArray);
byteArray.readBoolean(); // return true