public class Bytes extends Object
| Constructor and Description |
|---|
Bytes() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getBytes(int i) |
static byte[] |
getBytes(long l) |
static byte[] |
getBytes(short s) |
static int |
getInt(byte[] byteArray) |
static long |
getLong(byte[] byteArray) |
static short |
getShort(byte[] byteArray) |
public static byte[] getBytes(long l)
public static byte[] getBytes(int i)
public static byte[] getBytes(short s)
public static long getLong(byte[] byteArray)
public static int getInt(byte[] byteArray)
public static short getShort(byte[] byteArray)
Copyright © 2019. All rights reserved.