| Package | Description |
|---|---|
| com.io7m.jpra.runtime.java |
Runtime components.
|
| 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. |
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