Class DataUtils

java.lang.Object
org.jlab.utils.data.DataUtils

public class DataUtils extends Object
Author:
gavalian
  • Field Details

  • Constructor Details

    • DataUtils

      public DataUtils()
  • Method Details

    • createBitMap

      public static TreeMap<Integer,Integer> createBitMap()
    • printBitMap

      public static void printBitMap()
    • getInteger

      public static int getInteger(int data, int bitstart, int bitend)
    • getShortFromByte

      public static short getShortFromByte(byte data)
    • getIntFromShort

      public static int getIntFromShort(short data)
    • getIntFromByte

      public static int getIntFromByte(byte data)
    • getShortFromInt

      public static short getShortFromInt(int data)
    • getByteFromInt

      public static byte getByteFromInt(int data)
    • getByteFromShort

      public static byte getByteFromShort(short data)
    • getLongFromInt

      public static long getLongFromInt(int data)