ArrayHelpers class
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
Static Methods
-
alignUp(int size, int alignment)
→ int
-
-
deepCompare(dynamic lhs, dynamic rhs)
→ int
-
-
getValue(dynamic e)
→ dynamic
-
-
isDefaultUint8Array(Uint8List array)
→ bool
-
-
readArray(Uint8List buffer, ISerializable FactoryClass, [dynamic accessor])
→ List
-
-
readArrayCount(Uint8List buffer, ISerializable FactoryClass, int count, [dynamic accessor])
→ List
-
-
readArrayImpl(Uint8List buffer, ISerializable FactoryClass, dynamic accessor, bool shouldContinue(int, Uint8List))
→ List
-
-
readVariableSizeElements(Uint8List buffer, dynamic FactoryClass, int alignment, [bool skipLastElementPadding = false])
→ List
-
-
size(List elements, [int alignment = 0, bool skipLastElementPadding = false])
→ int
-
-
sum(List<int> numbers)
→ int
-
-
writeArray(Uint8List output, List elements, int currentPos, [dynamic accessor])
→ Tuple2<Uint8List, int>
-
-
writeArrayCount(Uint8List output, List elements, int count, int currentPos, [dynamic accessor])
→ Tuple2<Uint8List, int>
-
-
writeArrayImpl(Uint8List output, List elements, int count, int currentPos, dynamic accessor)
→ Tuple2<Uint8List, int>
-
-
writeVariableSizeElements(dynamic output, List elements, int alignment, int currentPos, [bool skipLastElementPadding = false])
→ Tuple2<Uint8List, int>
-