public class Unsigned extends Object
| 构造器和说明 |
|---|
Unsigned() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
ensureUInt(long value) |
static long |
ensureULong(long value) |
static int |
toInt(short value) |
static long |
toLong(int value) |
static short |
toShort(byte value) |
static byte |
toUByte(short value) |
static int |
toUInt(long value) |
static short |
toUShort(int value) |
public static long toLong(int value)
public static int toUInt(long value)
public static int toInt(short value)
public static short toUShort(int value)
public static int ensureUInt(long value)
public static long ensureULong(long value)
public static short toShort(byte value)
public static byte toUByte(short value)
Copyright © 2018. All rights reserved.