| Modifier and Type | Method and Description |
|---|---|
static UnsignedInteger32 |
UnsignedInteger32.add(UnsignedInteger32 x,
int y)
Add an int to an unsigned integer.
|
static UnsignedInteger32 |
UnsignedInteger32.add(UnsignedInteger32 x,
UnsignedInteger32 y)
Add two unsigned integers together.
|
UnsignedInteger32 |
ByteArrayReader.readUINT32() |
| Modifier and Type | Method and Description |
|---|---|
static UnsignedInteger32 |
UnsignedInteger32.add(UnsignedInteger32 x,
int y)
Add an int to an unsigned integer.
|
static UnsignedInteger32 |
UnsignedInteger32.add(UnsignedInteger32 x,
UnsignedInteger32 y)
Add two unsigned integers together.
|
void |
ByteArrayWriter.writeUINT32(UnsignedInteger32 value) |
Copyright © 2022. All rights reserved.