cesr
    Preparing search index...

    Interface ReadResult<T>

    interface ReadResult<T> {
        frame?: T;
        n: number;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    frame?: T

    The frame, or null if there was not enough data in the input

    n: number

    The number of bytes consumed from the input