com.jbase.jremote.io
Class ByteTools
java.lang.Object
com.jbase.jremote.io.ByteTools
public class ByteTools
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NUMBER_OF_BITS_IN_A_BYTE
public static final int NUMBER_OF_BITS_IN_A_BYTE
- See Also:
- Constant Field Values
MASK_TO_BYTE
public static final short MASK_TO_BYTE
- See Also:
- Constant Field Values
SIZE_OF_AN_INT_IN_BYTES
public static final int SIZE_OF_AN_INT_IN_BYTES
- See Also:
- Constant Field Values
ByteTools
public ByteTools()
writeInt
public static void writeInt(byte[] p_dest,
int p_toWrite)
intToByteArray
public static final byte[] intToByteArray(int value)
readInt
public static int readInt(byte[] p_src)
dumpBytes
public static java.lang.String dumpBytes(byte[] bs)
Copyright © 2010 TEMENOS. All Rights Reserved.