Skip to content

Snapizz/node-bytearray2

Repository files navigation

ByteArray

ByteArray wrapper from Actionscript 3 for NodeJs

Install

$ npm install bytearray2 --save

Usage

var ByteArray = require('bytearray2');
var buff = new ByteArray();
byteArray.writeBoolean(true);
byteArray = new ByteArray(byteArray);
byteArray.readBoolean(); // return true

API Doc

http://snapizz.github.io/node-bytearray2/index.html

About

ByteArray wrapper from Actionscript 3 for NodeJs

Resources

License

Stars

Watchers

Forks

Packages

No packages published