System.JSON.BSON.TBsonWriter.Create

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

Delphi

constructor Create(const ABinaryWriter: TBinaryWriter); overload;
constructor Create(const Stream: TStream); overload;

C++

__fastcall TBsonWriter(System::Classes::TBinaryWriter* const ABinaryWriter)/* overload */;
__fastcall TBsonWriter(System::Classes::TStream* const Stream)/* overload */;

プロパティ

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


説明

指定されたストリームに書き込んだり、指定されたバイナリ ライタを使用する、TBsonWriter のインスタンスを作成します。

関連項目