public class Helper extends Object
| 构造器和说明 |
|---|
Helper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
addBytes(byte[] data1,
byte[] data2) |
static BigInteger |
BigIntFromNeoBytes(byte[] ba) |
static byte[] |
BigIntToNeoBytes(BigInteger data) |
static String |
getbyteStr(byte[] bs) |
static byte[] |
hexToBytes(String value) |
static String |
now() |
static void |
print(Map<String,Object> map) |
static byte[] |
removePrevZero(byte[] bt) |
static byte[] |
reverse(byte[] v) |
static String |
reverse(String value) |
static String |
toHexString(byte[] value) |
static String |
toString(Map<String,Object> map) |
public static String getbyteStr(byte[] bs)
public static byte[] reverse(byte[] v)
public static byte[] BigIntToNeoBytes(BigInteger data)
public static BigInteger BigIntFromNeoBytes(byte[] ba)
public static byte[] hexToBytes(String value)
public static String toHexString(byte[] value)
public static byte[] removePrevZero(byte[] bt)
public static byte[] addBytes(byte[] data1,
byte[] data2)
public static String now()
Copyright © 2021. All rights reserved.