BytesWriter class

Constructors

BytesWriter()

Properties

data BytesBuilder
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
copy() List<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
popAll() Uint8List
toString() String
A string representation of this object.
inherited
writeBool(bool value) int
writeByte(int byte) int
writeBytes(List<int> bytes) int
writeString(String s) int

Operators

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