BinaryWriter class

Constructors

BinaryWriter(Uint8List buffer, int staticSize)

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeBool(int offset, bool? value, {bool staticOffset = true}) → void
writeBoolList(int offset, List<bool?>? values) → void
writeBytes(int offset, Uint8List? value) → void
writeDateTime(int offset, DateTime? value) → void
writeDateTimeList(int offset, List<DateTime?>? values) → void
writeDouble(int offset, double? value) → void
writeDoubleList(int offset, List<double?>? values) → void
writeFloat(int offset, double? value) → void
writeFloatList(int offset, List<double?>? values) → void
writeInt(int offset, int? value) → void
writeIntList(int offset, List<int?>? values) → void
writeLong(int offset, int? value) → void
writeLongList(int offset, List<int?>? values) → void
writeStringList(int offset, List<Uint8List?>? values) → void

Operators

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

Constants

utf8Encoder → const Utf8Encoder