SerializableBuffer class abstract
- Implementers
Constructors
- SerializableBuffer(Uint8List buffer, {Endian endian = Endian.big})
Properties
- buffer → Uint8List
-
final
- data → ByteData
-
final
- done → bool
-
no setter
- endian → Endian
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- offset ↔ int
-
getter/setter pair
- remaining → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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 -
viewOffset(
int start, int end) → Uint8List -
viewRemaining(
) → Uint8List
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited