ByteWriter class mixin

Constructors

ByteWriter()

Properties

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
compile() Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeBool(bool value) → void
writeByte(int value) → void
writeBytes(List<int> bytes) → void
writeInt16(int value) → void
writeInt8(int value) → void
writeString(String value) → void
writeUInt16(int value) → void
writeUint16List(List<int> values) → void
writeUInt24(int value) → void
writeUint24List(List<int> values) → void
writeUInt32(int value) → void
writeUint32List(List<int> values) → void
writeUInt8(int value) → void
writeUint8List(List<int> values) → void

Operators

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