@Deprecated public final class Utils extends Object
| Constructor and Description |
|---|
Utils()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
convertBytesToInt(byte[] array,
int offset)
Deprecated.
|
static int |
convertBytesToInt(byte firstByte,
byte secondByte,
byte thirdByte,
byte fourthByte)
Deprecated.
|
static short |
convertBytesToShort(byte[] array,
int offset)
Deprecated.
|
static short |
convertBytesToShort(byte firstByte,
byte secondByte)
Deprecated.
|
static int |
convertUnsignedByteToInt(byte b)
Deprecated.
|
static char |
getUnicodeCharacter(byte[] array,
int offset)
Deprecated.
|
public static short convertBytesToShort(byte firstByte,
byte secondByte)
public static int convertBytesToInt(byte firstByte,
byte secondByte,
byte thirdByte,
byte fourthByte)
public static short convertBytesToShort(byte[] array,
int offset)
public static int convertBytesToInt(byte[] array,
int offset)
public static int convertUnsignedByteToInt(byte b)
public static char getUnicodeCharacter(byte[] array,
int offset)
Copyright © 2020. All rights reserved.