splat-transform API Reference - v1.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.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    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.

    Methods