org.tmatesoft.sqljet.core.internal.memory
Class SqlJetBytesUtility

java.lang.Object
  extended by org.tmatesoft.sqljet.core.internal.memory.SqlJetBytesUtility

public class SqlJetBytesUtility
extends java.lang.Object


Field Summary
static int BYTE_UNSIGNED_MASK
           
static long BYTE_UNSIGNED_MASK_L
           
static long INT_UNSIGNED_MASK
           
static int SHORT_UNSIGNED_MASK
           
 
Constructor Summary
SqlJetBytesUtility()
           
 
Method Summary
static 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 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
Constructor Detail

SqlJetBytesUtility

public SqlJetBytesUtility()
Method Detail

toUnsignedByte

public static int toUnsignedByte(int value)

toUnsignedShort

public static int toUnsignedShort(int value)

toUnsignedInt

public static long toUnsignedInt(long value)