Package io
Object Bytes
-
- All Implemented Interfaces:
public class Bytes
-
-
Method Summary
Modifier and Type Method Description final Shortreverse(Short n)final Integerreverse(Integer n)final Longreverse(Long n)final ShortmakeShortB(Byte b0, Byte b1)final IntegermakeIntB(Byte b0, Byte b1, Byte b2, Byte b3)final LongmakeLongB(Byte b0, Byte b1, Byte b2, Byte b3, Byte b4, Byte b5, Byte b6, Byte b7)final ShortmakeShortL(Byte b0, Byte b1)final IntegermakeIntL(Byte b0, Byte b1, Byte b2, Byte b3)final LongmakeLongL(Byte b0, Byte b1, Byte b2, Byte b3, Byte b4, Byte b5, Byte b6, Byte b7)final Longl(Byte b)final Integeri(Byte b)-
-
Method Detail
-
makeShortB
final Short makeShortB(Byte b0, Byte b1)
-
makeLongB
final Long makeLongB(Byte b0, Byte b1, Byte b2, Byte b3, Byte b4, Byte b5, Byte b6, Byte b7)
-
makeShortL
final Short makeShortL(Byte b0, Byte b1)
-
makeLongL
final Long makeLongL(Byte b0, Byte b1, Byte b2, Byte b3, Byte b4, Byte b5, Byte b6, Byte b7)
-
-
-
-