SharedPointerMapped<T>.fromAddress constructor
SharedPointerMapped<T>.fromAddress (
- int allocatedBytesLength,
- int bytesPerValue,
- SharedPointerMapWriter<
T> writer, - SharedPointerMapReader<
T> reader, - SharedPointerAddress address,
Implementation
SharedPointerMapped.fromAddress(int allocatedBytesLength, int bytesPerValue,
this.writer, this.reader, SharedPointerAddress address)
: super.fromAddress(allocatedBytesLength, bytesPerValue, true, address);