SerializableInput class

Consumes SerializableBuffer to deserialized input.

Inheritance

Constructors

SerializableInput(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

getBool() bool?
getBytes(int? length) Uint8List?
getUint16() int?
getUint32() int?
getUint64() int?
getUint8() int?
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