| 程序包 | 说明 |
|---|---|
| com.github.bingoohuang.utils.joou |
| 限定符和类型 | 方法和说明 |
|---|---|
static UByte |
Unsigned.ubyte(byte value)
Create an
unsigned byte by masking it with 0xFF
i.e. |
static UByte |
Unsigned.ubyte(short value)
Create an
unsigned byte |
static UByte |
Unsigned.ubyte(String value)
Create an
unsigned byte |
static UByte |
UByte.valueOf(byte value)
Create an
unsigned byte by masking it with 0xFF
i.e. |
static UByte |
UByte.valueOf(String value)
Create an
unsigned byte |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
UByte.compareTo(UByte o) |
Copyright © 2016. All rights reserved.