Class RegionInfo
java.lang.Object
uk.ac.manchester.spinnaker.storage.RegionInfo
public class RegionInfo extends Object
Used to group a MemoryLocation and a ByteBuffer object together.
- Author:
- Christian
-
Field Summary
Fields Modifier and Type Field Description ByteBuffer
content
The content of the region.MemoryLocation
pointer
The address where the region will be start. -
Constructor Summary
Constructors Constructor Description RegionInfo(ByteBuffer content, MemoryLocation pointer)
-
Method Summary
-
Field Details
-
Constructor Details
-
RegionInfo
- Parameters:
content
- The metadata to be written to the region or nullpointer
- The address the region metadata starts at
-