SerializableOutput class

Fills SerializableBuffer with serialized output.

Inheritance

Constructors

SerializableOutput(Uint8List? buffer, {Endian? endian = Endian.big})

Properties

buffer Uint8List?
finalinherited
data ByteData?
finalinherited
done bool?
no setterinherited
endian Endian?
finalinherited
hashCode int?
The hash code for this object.
no setterinherited
offset int?
getter/setter pairinherited
remaining int?
no setterinherited
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited

Methods

addBytes(Uint8List? x) → void
addUint16(int? x) → void
addUint32(int? x) → void
addUint64(int? x) → void
addUint8(int? x) → void
noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String?
A string representation of this object.
inherited
view() Uint8List?
inherited
viewOffset(int? start, int? end) Uint8List?
inherited
viewRemaining() Uint8List?
inherited

Operators

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