Package | Description |
---|---|
javax.realtime |
Jamaica's implementation of the Real-Time Specification for Java.
|
Modifier and Type | Method and Description |
---|---|
Object |
MemoryArea.newArray(Class<?> type,
int number)
Allocate a new array with number elements in this memory
area.
|
Constructor and Description |
---|
RawMemoryAccess(Object type,
long size)
Constructor to create an instance of RawMemoryAccess for the
given parameters and make this memory accessible.
|
RawMemoryAccess(Object type,
long base,
long size)
Constructor to create an instance of RawMemoryAccess for the
given parameters and make this memory accessible.
|
RawMemoryFloatAccess(Object type,
long size)
Constructor to create an instance of RawMemoryFloatAccess for
the given parameters and make this memory accessible.
|
RawMemoryFloatAccess(Object type,
long base,
long size)
Constructor to create an instance of RawMemoryFloatAccess for
the given parameters and make this memory accessible.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2016 aicas GmbH. All Rights Reserved.