BytesUtils class abstract
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
-
boolByte(
bool value) → Uint8List -
getBytesRangeAsIntList(
Uint8List bytesList, int start, int bytesAmount) → List< int> -
getInt64(
List< int> value) → int -
getInt8(
List< int> value) → int -
getString(
List< int> value) → String -
int64bytes(
int value) → Uint8List -
readBytes(
Uint8List bytes) → BigInt -
stringToBytesArray(
String value) → Uint8List -
writeBigInt(
BigInt number) → Uint8List