Class TgoBsonReader

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TgoBsonReader = class(TgoBsonBaseReader, IgoBsonReader)

Description

Stock implementation of the IgoBsonReader interface.

Hierarchy

Overview

Methods

Public constructor Create(const ABson: TBytes);
Public class function Load(const AFilename: String): IgoBsonReader; overload; static;
Public class function Load(const AStream: TStream): IgoBsonReader; overload; static;

Description

Methods

Public constructor Create(const ABson: TBytes);

Creates a BSON binary reader.

Parameters
ABson
the binary BSON data to read from.
Public class function Load(const AFilename: String): IgoBsonReader; overload; static;

Creates a BSON binary reader from a file.

Parameters
AFilename
the name of the file containing the BSON data.
Public class function Load(const AStream: TStream): IgoBsonReader; overload; static;

Creates a BSON binary reader from a stream.

Parameters
AStream
the stream containing the BSON data.

Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26