BsonInt class
- Inheritance
-
- Object
- BsonObject
- BsonInt
Constructors
- BsonInt(int data)
- BsonInt.fromBuffer(BsonBinary buffer)
Properties
Methods
-
byteLength(
) → int -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
packElement(
String? name, BsonBinary buffer) → void -
inherited
-
packValue(
BsonBinary buffer) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
extractData(
BsonBinary buffer) → int