函数 deserializeStream

  • 将流数据反序列化为BSON文档。

    参数

    • data : ArrayBuffer | ArrayBufferView |缓冲区

      包含 BSON 文档序列化集的缓冲区。

    • startIndex : number

      数据缓冲区中反序列化开始的起始索引。

    • numberOfDocuments : number

      要反序列化的文档数量。

    • documents : Document []

      一个大量,用于存储反序列化后的文档。

    • docStartIndex : number

      文档大量中开始插入文档的索引。

    • options : DeserializeOptions

      用于反序列化的其他选项。

    返回数字

    反序列化x个文档后缓冲区中的下一个索引。

使用TypeDoc生成