LayoutByteWriter.from constructor

LayoutByteWriter.from(
  1. List<int> bytes
)

Implementation

LayoutByteWriter.from(List<int> bytes)
    : _buffer = BytesUtils.toBytes(bytes),
      growable = false;