Crumbtrail
    Preparing search index...

    Interface IZStreamRead

    An object that can read from a stream path.

    interface IZStreamRead {
        read(
            path: PathLike,
            options?: IZStreamReadOptions,
        ): Promise<Buffer<ArrayBufferLike>>;
    }

    Implemented by

    Index

    Methods

    Methods