|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.util.Convert$
public class Convert$
| 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 |
|---|
public static final Convert$ MODULE$
| Constructor Detail |
|---|
public Convert$()
| Method Detail |
|---|
public byte[] intToBytes(int value)
public int bytesToInt(byte[] bytes,
int offset)
public byte[] longToBytes(long value)
public long bytesToLong(byte[] buf)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||