Options
All
  • Public
  • Public/Protected
  • All
Menu

@lavacoffee/datarw

@lavacoffee/datarw

A binary data reader/writer aim to work with lavaplayer MessageIO

NPM Version NPM Downloads

Documentation

https://lavacoffee.github.io/datarw

Writer

import { DataWriter } from "@lavacoffee/datarw"

const writer = new DataWriter()

// ... (more on docs)

const dataBytes = writer.finish()

Reader

import { DataReader } from "@lavacoffee/datarw"

const reader = new DataReader(dataBytes)

// ... (more on docs)

Generated using TypeDoc