ByteOutput class
Default writing of data.
- Mixed-in types
Constructors
- ByteOutput([int initialLength = 1024])
- Construct a new empty ByteOutput.
Properties
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