ByteArray class
byte array
Constructors
- ByteArray(Uint8List array)
- ByteArray.combine1(Uint8List array, int value)
- ByteArray.combine2(int value, Uint8List array)
- ByteArray.combineArrays(Uint8List array1, Uint8List array2)
- ByteArray.fromByte(int value)
Properties
Methods
-
append(
int value) → Uint8List -
appendArray(
Uint8List array) → Uint8List -
insert(
{required int indexStart, required int value}) → Uint8List -
insertArray(
{required int indexStart, required Uint8List arrayInsert}) → Uint8List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
{required int indexStart, required int lengthRemove}) → Uint8List -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited