System.JSON.BSON.TBsonReader.Reader

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

Delphi

property Reader: TBinaryReader read FReader;

C++

__property System::Classes::TBinaryReader* Reader = {read=FReader};

プロパティ

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


説明

BSON リーダーが入力ストリームを読み込むために使用する Binary リーダー

関連項目