BinaryList class

Implementers

Constructors

BinaryList()

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(dynamic type, dynamic value) → void
addBoolean(bool value) → void
addBooleanArray(List<bool> value) → void
addChar(int value) → void
addCharArray(Uint16List value) → void
addDateTime(DateTime value) → void
addDateTimeArray(List<DateTime> value) → void
addDC(DC value) → void
addFloat32(double value) → void
addFloat32Array(Float32List value) → void
addFloat64(double value) → void
addFloat64Array(Float64List value) → void
addGuid(Guid value) → void
addGuidArray(List<Guid> value) → void
addInt16(int value) → void
addInt16Array(Int16List value) → void
addInt32(int value) → void
addInt32Array(Int32List value) → void
addInt64(int value) → void
addInt64Array(Int64List value) → void
addInt8(int value) → void
addInt8Array(Int8List value) → void
addString(String value) → void
addStringArray(List<String> value) → void
addUint16(int value) → void
addUint16Array(Uint16List value) → void
addUint32(int value) → void
addUint32Array(Uint32List value) → void
addUint64(int value) → void
addUint64Array(Uint64List value) → void
addUint8(int value) → void
addUint8Array(Uint8List value) → void
done() AsyncReply
insertBoolean(int position, bool value) → void
insertBooleanArray(int position, List<bool> value) → void
InsertChar(int position, int value) → void
InsertCharArray(int position, Uint16List value) → void
insertDateTime(int position, DateTime value) → void
insertDateTimeArray(int position, List<DateTime> value) → void
insertFloat32(int position, double value) → void
insertFloat32Array(int position, Float32List value) → void
insertFloat64(int position, double value) → void
insertFloat64Array(int position, Float64List value) → void
insertGuid(int position, Guid value) → void
insertGuidArray(int position, List<Guid> value) → void
insertInt16(int position, int value) → void
insertInt16Array(int position, Int16List value) → void
insertInt32(int position, int value) → void
insertInt32Array(int position, Int32List value) → void
insertInt64(int position, int value) → void
insertInt64Array(int position, Int64List value) → void
insertInt8(int position, int value) → void
insertInt8Array(int position, Int8List value) → void
insertString(int position, String value) → void
insertStringArray(int position, List<String> value) → void
insertUint16(int position, int value) → void
insertUint16Array(int position, Uint16List value) → void
insertUint32(int position, int value) → void
InsertUint32Array(int position, Uint32List value) → void
insertUint64(int position, int value) → void
InsertUint64Array(int position, Uint64List value) → void
insertUint8(int position, int value) → void
insertUint8Array(int position, Uint8List value) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toArray() Uint8List
Convert the _list to an array of bytes
toDC() DC
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited