public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static double |
getDouble(byte[] b,
boolean bigEndian) |
static float |
getFloat(byte[] b,
boolean bigEndian) |
static int |
getInt(byte[] b,
boolean bigEndian) |
static int |
getIntBE(byte[] b,
int i) |
static int |
getIntLE(byte[] b,
int i) |
static boolean |
isNioAvailable() |
public static int getIntLE(byte[] b,
int i)
public static int getIntBE(byte[] b,
int i)
public static int getInt(byte[] b,
boolean bigEndian)
public static float getFloat(byte[] b,
boolean bigEndian)
public static double getDouble(byte[] b,
boolean bigEndian)
public static boolean isNioAvailable()
Copyright © 2019 CNRS. All rights reserved.