readArrayCount static method
List
readArrayCount(
- Uint8List buffer,
- ISerializable FactoryClass,
- int count, [
- dynamic accessor,
Implementation
static List readArrayCount(Uint8List buffer, ISerializable FactoryClass, int count, [dynamic accessor]) =>
readArrayImpl(buffer, FactoryClass, accessor, (index, _) => count > index);