|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.slim3.commons.util.ByteUtil
public final class ByteUtil
A utility class for Byte
.
Method Summary | |
---|---|
static Byte |
toByte(Object o)
Converts the object to Byte . |
static byte |
toPrimitiveByte(Object o)
Converts the object to primitive byte. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Byte toByte(Object o)
Byte
.
o
- the object
public static byte toPrimitiveByte(Object o)
o
- the object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |