aicas logoJamaica 6.4 release 1

javax.realtime.device
Interface RawMemory

All Known Subinterfaces:
RawByte, RawByteReader, RawByteWriter, RawDouble, RawDoubleReader, RawDoubleWriter, RawFloat, RawFloatReader, RawFloatWriter, RawInt, RawIntReader, RawIntWriter, RawLong, RawLongReader, RawLongWriter, RawShort, RawShortReader, RawShortWriter

public interface RawMemory

A marker for all RawMemoryTypes


Method Summary
 long getAddress()
          Get the base physical address of this object.
 int getSize()
          Get the number of elements in this raw memory.
 int getStride()
          Get the distance between elements in multiples of element size.
 

Method Detail

getAddress

long getAddress()
Get the base physical address of this object.

Returns:
the first physical address this raw memory object can access.

getSize

int getSize()
Get the number of elements in this raw memory.

Returns:
the size of this raw memory

getStride

int getStride()
Get the distance between elements in multiples of element size.

Returns:
the span between elements of this raw memory

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.