SizeTracker class
Default writing of data.
- Mixed-in types
Constructors
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
-
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