Theia API Documentation v1.65.0
    Preparing search index...

    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 Summary)

    Index

    Methods

    Methods