ByteUtil class

Constructors

ByteUtil()

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

byteArray5ToLong(Uint8List bytes, int offset) int
combine(List<Uint8List> elements) Uint8List
compare(Uint8List left, Uint8List right) int
highBitsToInt(int value) int
highBitsToMedium(int value) int
intsToByteHighAndLow(int highValue, int lowValue) int
intToByteArray(int value) Uint8List
lowBitsToInt(int value) int
lowBitsToMedium(int value) int
shortToByteArray(int value) Uint8List
split(Uint8List input, int firstLength, int secondLength, int thirdLength) List<Uint8List>
splitTwo(Uint8List input, int firstLength, int secondLength) List<Uint8List>
trim(Uint8List input, int length) Uint8List