Package xbr.network

Class Util

java.lang.Object
xbr.network.Util

public class Util
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Util()  
  • Method Summary

    Modifier and Type Method Description
    static java.math.BigInteger toXBR​(byte[] xbr)  
    static java.math.BigInteger toXBR​(int xbr)  
    static java.math.BigInteger toXBR​(java.lang.Object xbr)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Util

      public Util()
  • Method Details

    • toXBR

      public static java.math.BigInteger toXBR​(int xbr)
    • toXBR

      public static java.math.BigInteger toXBR​(byte[] xbr)
    • toXBR

      public static java.math.BigInteger toXBR​(java.lang.Object xbr)