public abstract class PrimitiveArrayUtils extends Object
| Constructor and Description |
|---|
PrimitiveArrayUtils() |
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveArrayUtils |
getInstance() |
static PrimitiveArrayUtils |
getInstanceSafe() |
abstract int |
getIntBE(byte[] bytes,
int index) |
abstract int |
getIntLE(byte[] bytes,
int index) |
abstract int |
getIntLE(char[] chars,
int index) |
abstract long |
getLongBE(byte[] bytes,
int index) |
abstract long |
getLongLE(byte[] bytes,
int index) |
public static PrimitiveArrayUtils getInstance()
public static PrimitiveArrayUtils getInstanceSafe()
public abstract int getIntLE(byte[] bytes,
int index)
public abstract int getIntBE(byte[] bytes,
int index)
public abstract long getLongLE(byte[] bytes,
int index)
public abstract long getLongBE(byte[] bytes,
int index)
public abstract int getIntLE(char[] chars,
int index)
Copyright © 2016. All rights reserved.