Class BitConverter

java.lang.Object
com.stimulsoft.report.export.tools.BitConverter

public class BitConverter extends Object
Copyright Stimulsoft
  • Constructor Details

    • BitConverter

      public BitConverter()
  • Method Details

    • ToUInt16

      public static short ToUInt16(int[] value, int startIndex)
    • ToUInt32

      public static int ToUInt32(int[] value, int startIndex)
    • getBytes

      public static byte[] getBytes(int pos, long valueDouble)
    • inverse

      public static byte[] inverse(byte[] arr)
    • getBytes

      public static byte[] getBytes(int value)
    • getBytes

      public static byte[] getBytes(short value)
    • getBytes

      public static byte[] getBytes(BigInteger val)