The RawMemoryFloatAccess Class

The RawMemoryFloatAccess class extends the RawMemoryAccess class. It has analogs to the RawMemoryAccess constructors:

  • 							public RawMemoryFloatAccess(java.lang.Object type,
    							  long size)
    							  throws SecurityException, OffsetOutOfBoundsException,
    							  SizeOutOfBoundsException,
    							  UnsupportedPhysicalMemoryException,
    							  MemoryTypeConflictException
    						
  • 							public RawMemoryFloatAccess(java.lang.Object type,
    							  long base, long size)
    							  throws SecurityException, OffsetOutOfBoundsException,
    							  SizeOutOfBoundsException,
    							  UnsupportedPhysicalMemoryException,
    							  MemoryTypeConflictException
    						

The RawMemoryFloatAccess class passes all the base raw memory access methods through without modification and adds methods that get and set float and double values:

Get Real-Time Java™ Platform Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.