ByteOutput class

Default writing of data.

Mixed in types

Constructors

ByteOutput([int initialLength = 1024])
Construct a new empty ByteOutput.

Properties

cursor int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
length int
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
pushByte(int byte) → void
Write a single byte to the output.
override
toBytes({dynamic copy = true}) Uint8List
toHex() String
toString() String
A string representation of this object.
inherited
write(List<int> bytes) → void
Write to the output.
override

Operators

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