Class TgoBsonReader
Unit
Grijjy.Bson.IO
Declaration
type TgoBsonReader = class(TgoBsonBaseReader, IgoBsonReader)
Description
Stock implementation of the IgoBsonReader interface.
Hierarchy
Overview
Methods
Description
Methods
|
constructor Create(const ABson: TBytes); |
Creates a BSON binary reader.
Parameters
- ABson
- the binary BSON data to read from.
|
|
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.
|
|
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
|