readListView abstract method

Uint8List readListView(
  1. int length
)

Subclass Responsibility: Return a Uint8List view on the buffer over the range readCount..length.

Implementation

Uint8List readListView(int length);