Uint8ArrayUtils class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
beBuff2int(
Uint8List buff) → BigInt -
beInt2Buff(
BigInt n, int len) → Uint8List -
bigIntToBytes(
BigInt number) → Uint8List - LITTLE ENDIAN!!
-
bytesToBigInt(
Uint8List bytes) → BigInt -
fromPointer(
Pointer< Uint8> ptr, int length) → Uint8List -
hexZeroPad(
Uint8List data, int size) → Uint8List -
leBuff2int(
Uint8List buf) → BigInt -
leInt2Buff(
BigInt n, int len) → Uint8List -
toPointer(
Uint8List bytes) → Pointer< Uint8> -
uint8ListfromString(
String text) → Uint8List -
uint8ListToString(
Uint8List bytes) → String