Homesplat-transform API Reference - v3.0.0
    Preparing search index...

    Class ReadStreamAbstract

    Abstract base class for streaming data from a source. Uses a pull-based model where the consumer provides the buffer.

    Hierarchy (View Summary)

    Index
    bytesRead: number = 0

    Total bytes read from this stream so far.

    expectedSize: number

    Size hint for buffer pre-allocation in readAll(). May be undefined if size is unknown.