org.cts.op.transformation.grid
Class Util

java.lang.Object
  extended by org.cts.op.transformation.grid.Util

public class Util
extends Object


Constructor Summary
Util()
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

getIntLE

public static int getIntLE(byte[] b,
                           int i)

getIntBE

public static int getIntBE(byte[] b,
                           int i)

getInt

public static int getInt(byte[] b,
                         boolean bigEndian)

getFloat

public static float getFloat(byte[] b,
                             boolean bigEndian)

getDouble

public static double getDouble(byte[] b,
                               boolean bigEndian)

isNioAvailable

public static boolean isNioAvailable()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.