coarse-binarystream

1.0.0 • Public • Published

BinaryStream

BlueBirdMC's BinaryStream

How to use?

Here is some example code

const BinaryStream = require("bbmc-binarystream");

let stream = new BinaryStream();
stream.writeIntLE(12);
console.log(stream.readIntLE());

/coarse-binarystream/

    Package Sidebar

    Install

    npm i coarse-binarystream

    Weekly Downloads

    0

    Version

    1.0.0

    License

    GPL-3.0

    Unpacked Size

    48.9 kB

    Total Files

    8

    Last publish

    Collaborators

    • moqi1373