System.JSON.BSON.TBsonReader.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create(const AStream: TStream; AReadAsRootValuesArray: Boolean = False);

C++

__fastcall TBsonReader(System::Classes::TStream* const AStream, bool AReadAsRootValuesArray);

プロパティ

種類 可視性 ソース ユニット
constructor public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonReader


説明

指定されたストリームからのデータを読み込む TBsonReader のインスタンスを作成します。

AReadAsRootValuesArray は、ソース BSON データのルート構造が、BSON オブジェクトか(False)または BSON 配列(True)かを、示す必要があります。

関連項目