public final class ByteArrays extends Object
| Modifier and Type | Method and Description |
|---|---|
static double |
getDouble(byte[] bytes,
int index) |
static float |
getFloat(byte[] bytes,
int index) |
static int |
getInt(byte[] bytes,
int index) |
static long |
getLong(byte[] bytes,
int index) |
static short |
getShort(byte[] bytes,
int index) |
public static short getShort(byte[] bytes,
int index)
public static int getInt(byte[] bytes,
int index)
public static long getLong(byte[] bytes,
int index)
public static float getFloat(byte[] bytes,
int index)
public static double getDouble(byte[] bytes,
int index)
Copyright © 2012-2015. All Rights Reserved.