Interface BinaryBufferReadable

A interface that emulates the API shape of a node.js readable for use in desktop and web environments.

interface BinaryBufferReadable {
    read(): null | BinaryBuffer;
}

Hierarchy (view full)

Methods

Methods