LayoutByteReader constructor

LayoutByteReader(
  1. List<int> bytes
)

Implementation

LayoutByteReader(List<int> bytes) : _bytes = List<int>.unmodifiable(bytes);