Class SqlJetBytesUtility
- java.lang.Object
-
- org.tmatesoft.sqljet.core.internal.memory.SqlJetBytesUtility
-
public class SqlJetBytesUtility extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BYTE_UNSIGNED_MASK
static long
BYTE_UNSIGNED_MASK_L
static long
INT_UNSIGNED_MASK
static int
SHORT_UNSIGNED_MASK
-
Constructor Summary
Constructors Constructor Description SqlJetBytesUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
toUnsignedByte(int value)
static long
toUnsignedInt(long value)
static int
toUnsignedShort(int value)
-
-
-
Field Detail
-
BYTE_UNSIGNED_MASK
public static final int BYTE_UNSIGNED_MASK
- See Also:
- Constant Field Values
-
BYTE_UNSIGNED_MASK_L
public static final long BYTE_UNSIGNED_MASK_L
- See Also:
- Constant Field Values
-
SHORT_UNSIGNED_MASK
public static final int SHORT_UNSIGNED_MASK
- See Also:
- Constant Field Values
-
INT_UNSIGNED_MASK
public static final long INT_UNSIGNED_MASK
- See Also:
- Constant Field Values
-
-