0.2.5 • Published 6 months ago

binarystream.js v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

BinaryStream.js

BinaryStream.js is a simple package designed to simplify streaming of binary data in Javascript. Development of this package is still very early, and contributions are welcomed!

Installing

Installing using npm

npm install binarystream.js

Installing using yarn

yarn add binarystream.js

Installing using bun

bun add binarystream.js

Usage

import { BinaryStream } from 'binarystream.js'

const stream = new BinaryStream()
stream.writeUInt8(255)
stream.writeString('Hello World!')

stream.readUInt8() // 255
stream.readString() // Hello World!
0.2.5

6 months ago

0.2.4

6 months ago

0.2.3

6 months ago

0.2.2

6 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.9

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.6

6 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago

0.0.0

7 months ago