NativeBytesBuilder class
Constructors
- NativeBytesBuilder(int capacity)
Properties
Methods
-
add(
List< int> bytes) → List<int> ? -
asTypedList(
) → Uint8List -
free(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shift(
int offset) → NativeBytesBuilder -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited