org.tmatesoft.sqljet.core.internal.memory
Class SqlJetBytesUtility
java.lang.Object
org.tmatesoft.sqljet.core.internal.memory.SqlJetBytesUtility
public class SqlJetBytesUtility
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SqlJetBytesUtility
public SqlJetBytesUtility()
toUnsignedByte
public static int toUnsignedByte(int value)
toUnsignedShort
public static int toUnsignedShort(int value)
toUnsignedInt
public static long toUnsignedInt(long value)