public class UnsignedDataUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static BigInteger |
parseUBigInt(long val) |
static long |
parseUInteger(int val) |
static int |
parseUSmallInt(short val) |
static short |
parseUTinyInt(byte val) |
public static short parseUTinyInt(byte val)
public static int parseUSmallInt(short val)
public static long parseUInteger(int val)
public static BigInteger parseUBigInt(long val)
Copyright © 2025. All rights reserved.