akka.util
Class Convert$

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

public class Convert$
extends java.lang.Object


Field Summary
static Convert$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Convert$()
           
 
Method Summary
 int bytesToInt(byte[] bytes, int offset)
           
 long bytesToLong(byte[] buf)
           
 byte[] intToBytes(int value)
           
 byte[] longToBytes(long value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final Convert$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Convert$

public Convert$()
Method Detail

intToBytes

public byte[] intToBytes(int value)

bytesToInt

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

longToBytes

public byte[] longToBytes(long value)

bytesToLong

public long bytesToLong(byte[] buf)