|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.scale7.cassandra.pelops.NumberHelper
Bytes class.
@Deprecated public class NumberHelper
| Constructor Summary | |
|---|---|
NumberHelper()
Deprecated. |
|
| Method Summary | |
|---|---|
static byte[] |
toBytes(int i)
Deprecated. |
static void |
toBytes(int i,
byte[] b,
int offset)
Deprecated. |
static byte[] |
toBytes(long l)
Deprecated. |
static void |
toBytes(long l,
byte[] b,
int offset,
int size)
Deprecated. |
static byte[] |
toBytes(long l,
int size)
Deprecated. |
static byte[] |
toBytes(short i)
Deprecated. |
static void |
toBytes(short i,
byte[] b,
int offset)
Deprecated. |
static int |
toInt(byte[] b)
Deprecated. |
static int |
toInt(byte[] b,
int offset)
Deprecated. |
static long |
toLong(byte[] b)
Deprecated. |
static long |
toLong(byte[] b,
int offset,
int size)
Deprecated. |
static short |
toShort(byte[] b)
Deprecated. |
static short |
toShort(byte[] b,
int offset)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NumberHelper()
| Method Detail |
|---|
public static final long toLong(byte[] b)
public static final long toLong(byte[] b,
int offset,
int size)
public static final int toInt(byte[] b,
int offset)
public static final int toInt(byte[] b)
public static final short toShort(byte[] b,
int offset)
public static final short toShort(byte[] b)
public static final byte[] toBytes(long l)
public static final byte[] toBytes(long l,
int size)
public static final void toBytes(long l,
byte[] b,
int offset,
int size)
public static final byte[] toBytes(int i)
public static final byte[] toBytes(short i)
public static final void toBytes(short i,
byte[] b,
int offset)
public static final void toBytes(int i,
byte[] b,
int offset)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||