com.stimulsoft.report.export.tools
Class BitConverter

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

public class BitConverter
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
BitConverter()
           
 
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
 

Constructor Detail

BitConverter

public BitConverter()
Method Detail

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)