Class BitConverter
java.lang.Object
com.stimulsoft.report.export.tools.BitConverter
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]getBytes(int value) static byte[]getBytes(int pos, long valueDouble) static byte[]getBytes(short value) static byte[]getBytes(BigInteger val) static byte[]inverse(byte[] arr) static shortToUInt16(int[] value, int startIndex) static intToUInt32(int[] value, int startIndex)
-
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
-