System.JSON.BSON.TBsonWriter.Create

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
constructor public
System.JSON.BSON.pas
System.JSON.BSON.hpp
System.JSON.BSON TBsonWriter

Description

Creates an instance of TBsonWriter that writes on the specified stream or uses the specified binary writer.

See Also