Modifier and Type | Method and Description |
---|---|
static long |
fromBytes(byte[] bytes) |
static long |
fromBytesHex(String[] bytesHex) |
static byte[] |
toBytes(long value) |
static String[] |
toBytesHex(long value,
boolean withZeroPadding) |
public static final byte[] toBytes(long value)
public static final long fromBytes(byte[] bytes)
public static final String[] toBytesHex(long value, boolean withZeroPadding)
public static final long fromBytesHex(String[] bytesHex)
Copyright © 2013–2019. All rights reserved.