public class SqlJetBytesUtility
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BYTE_UNSIGNED_MASK |
static long |
BYTE_UNSIGNED_MASK_L |
static long |
INT_UNSIGNED_MASK |
static int |
SHORT_UNSIGNED_MASK |
Constructor and Description |
---|
SqlJetBytesUtility() |
Modifier and Type | Method and Description |
---|---|
static int |
toUnsignedByte(int value) |
static long |
toUnsignedInt(long value) |
static int |
toUnsignedShort(int value) |
public static final int BYTE_UNSIGNED_MASK
public static final long BYTE_UNSIGNED_MASK_L
public static final int SHORT_UNSIGNED_MASK
public static final long INT_UNSIGNED_MASK
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.