| Package | Description |
|---|---|
| com.io7m.jpra.runtime.java |
Runtime components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPRACursor1DByteBufferedChecked<T extends JPRAValueType>
A 1D cursor implementation that addresses values within a
ByteBuffer
and performs bounds checking. |
class |
JPRACursor1DByteBufferedUnchecked<T extends JPRAValueType>
A 1D cursor implementation that addresses values within a
ByteBuffer
and does not perform bounds checking. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends JPRAValueType> |
JPRACursor1DByteBufferedUnchecked.newCursor(ByteBuffer in_buffer,
JPRAValueByteBufferedConstructorType<T> in_cons)
Construct a new cursor, assuming that the given buffer contains elements of
type
T. |
static <T extends JPRAValueType> |
JPRACursor1DByteBufferedChecked.newCursor(ByteBuffer in_buffer,
JPRAValueByteBufferedConstructorType<T> in_cons)
Construct a new cursor, assuming that the given buffer contains elements of
type
T. |
Copyright © 2016 <code@io7m.com> http://io7m.com