public final class Unsigned32 extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static void |
packToBuffer(long x,
ByteBuffer data,
int index) |
Pack an unsigned 32-bit integer into the buffer.
|
static long |
unpackFromBuffer(ByteBuffer data,
int index) |
Unpack an unsigned 32-bit integer from the buffer.
|
public static long unpackFromBuffer(ByteBuffer data, int index)
data - The buffer.index - The starting index.public static void packToBuffer(long x,
ByteBuffer data,
int index)
x - The value.data - The buffer.index - The starting index.Copyright © 2017 <code@io7m.com> http://io7m.com