MemoryMap constructor

MemoryMap(
  1. List<int> bytes
)

Implementation

MemoryMap(List<int> bytes){
  memList.addAll(bytes);
}