getBytes method

Iterable<int> getBytes()

Implementation

Iterable<int> getBytes() {
  return _bytes.take(16);
}