Class ByteUtils


  • public class ByteUtils
    extends Object
    Utility methods for bit, byte, and integer manipulation and conversion. Most of these were moved here from org.bitcoinj.core.Utils.
    • Constructor Detail

      • ByteUtils

        public ByteUtils()
    • Method Detail

      • bytesToBigInteger

        public static BigInteger bytesToBigInteger​(byte[] bytes)
        Parameters:
        bytes - to convert into a BigInteger
        Returns:
        the converted BigInteger