|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.util.Convert
Conversion methods for primitive types.
Constructor Summary | |
Convert()
|
Method Summary | |
static byte[] |
getBytesFromLong(long lLong)
Get an array of bytes from a long. |
static long |
getLongFromBytes(byte[] byteArray)
Get a long from an array of bytes; |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Convert()
Method Detail |
public static long getLongFromBytes(byte[] byteArray)
public static byte[] getBytesFromLong(long lLong)
lLong
- the long
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |