akka.util
Class Convert

java.lang.Object
  extended by akka.util.Convert

public class Convert
extends java.lang.Object


Constructor Summary
Convert()
           
 
Method Summary
static int bytesToInt(byte[] bytes, int offset)
           
static long bytesToLong(byte[] buf)
           
static byte[] intToBytes(int value)
           
static byte[] longToBytes(long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Convert

public Convert()
Method Detail

intToBytes

public static byte[] intToBytes(int value)

bytesToInt

public static int bytesToInt(byte[] bytes,
                             int offset)

longToBytes

public static byte[] longToBytes(long value)

bytesToLong

public static long bytesToLong(byte[] buf)