Interface MemoryTyped
-
- All Known Subinterfaces:
ContiguousMemoryInterface,WriteAt,WriteAtAligned
- All Known Implementing Classes:
FileMappedMemoryRegion,MappedMemoryBase,MemoryBase,OffHeapMemory,SafeContiguousMemory
public interface MemoryTypedMemory objects implementing this interface have a memory type.- Author:
- royer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MemoryTypegetMemoryType()Returns this memory object type.
-
-
-
Method Detail
-
getMemoryType
MemoryType getMemoryType()
Returns this memory object type.- Returns:
- memory type.
-
-