entries method

Iterable<List<int>> entries()

Creates and returns an iterator of (index, byte) pairs from the contents of this buffer.

Implementation

external Iterable<List<int>> entries();