Class SqlJetBytesUtility
java.lang.Object
org.tmatesoft.sqljet.core.internal.memory.SqlJetBytesUtility
public class SqlJetBytesUtility
extends java.lang.Object
- Author:
- TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final long
static final long
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
toUnsignedByte
(int value) static long
toUnsignedInt
(long value) static int
toUnsignedShort
(int value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
BYTE_UNSIGNED_MASK
public static final int BYTE_UNSIGNED_MASK- See Also:
-
BYTE_UNSIGNED_MASK_L
public static final long BYTE_UNSIGNED_MASK_L- See Also:
-
SHORT_UNSIGNED_MASK
public static final int SHORT_UNSIGNED_MASK- See Also:
-
INT_UNSIGNED_MASK
public static final long INT_UNSIGNED_MASK- See Also:
-
-
Constructor Details
-
SqlJetBytesUtility
public SqlJetBytesUtility()
-
-
Method Details
-
toUnsignedByte
public static int toUnsignedByte(int value) -
toUnsignedShort
public static int toUnsignedShort(int value) -
toUnsignedInt
public static long toUnsignedInt(long value)
-