com.stimulsoft.report.export.tools
Class BitConverter
java.lang.Object
com.stimulsoft.report.export.tools.BitConverter
public class BitConverter
- extends java.lang.Object
Copyright Stimulsoft
Method Summary |
static byte[] |
getBytes(java.math.BigInteger val)
|
static byte[] |
getBytes(int value)
|
static byte[] |
getBytes(int pos,
long valueDouble)
|
static byte[] |
getBytes(short value)
|
static byte[] |
inverse(byte[] arr)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitConverter
public BitConverter()
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(java.math.BigInteger val)