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