Skip to content
Ron Hashimoto edited this page Aug 2, 2016 · 4 revisions

Buffer Class manages binary data.

This is a subset of Buffer in Node.js with some optimizations.

Usage

import {Buffer} from 'dripcap';

let buf = Buffer.from([0, 1, 2, 3]);

Clone this wiki locally