BinaryWriter class

Constructors

BinaryWriter()

Properties

buf ByteData
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
length int
getter/setter pair
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
toArray() Uint8List
toString() String
A string representation of this object.
inherited
writeArray<T>(Iterable<T> array, void fn(T item)) → void
writeFixedArray<T>(Iterable<T> array, void fn(T item)) → void
writeString(String value) → void
writeStruct(Uint8List struct) → void
writeU16(int value) → void
writeU32(int value) → void
writeU64(BigInt value) → void
writeU8(int value) → void

Operators

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