NativeBytesBuilder class

Constructors

NativeBytesBuilder(int capacity)

Properties

capacity int
latefinal
hashCode int
The hash code for this object.
no setterinherited
length int
no setter
ptr Pointer<Uint8>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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