BytesWriter class

Constructors

BytesWriter(int length)

Properties

byteLength int
current written bytes length
no setter
hashCode int
The hash code for this object.
no setterinherited
offset int
current offset
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
setOffset(int offset) → void
set offset
toBuffer() Uint8List
toByteData() ByteData
toString() String
A string representation of this object.
inherited
writeBytes(Uint8List value) → void
writeSingleByte(int value) → void
writeText(String text) → void
writeUint(int value, int byteLength) → void
write value as Uint of byteLength

Operators

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