|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.internal.utils.Convert
public class Convert
Constructor Summary | |
---|---|
Convert()
|
Method Summary | |
---|---|
static long |
bytesToLong(byte[] value)
Performs conversion of a byte array to a long representation. |
static java.lang.String |
fromUTF8(byte[] b)
Converts the string argument to a byte array. |
static byte[] |
longToBytes(long value)
Performs conversion of a long value to a byte array representation. |
static byte[] |
toUTF8(java.lang.String s)
Converts the string argument to a byte array. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Convert()
Method Detail |
---|
public static java.lang.String fromUTF8(byte[] b)
public static byte[] toUTF8(java.lang.String s)
public static byte[] longToBytes(long value)
bytesToLong(byte[])
public static long bytesToLong(byte[] value)
longToBytes(long)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |