public class GPUtils extends Object
| Constructor and Description |
|---|
GPUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
byteArrayToReadableString(byte[] array) |
static byte[] |
concatenate(byte[]... args) |
static byte[] |
encodeLcLength(int lc) |
static byte[] |
encodeLength(int len) |
static int |
intValue(String s) |
static List<byte[]> |
splitArray(byte[] array,
int blockSize) |
public static int intValue(String s)
public static String byteArrayToReadableString(byte[] array)
public static byte[] concatenate(byte[]... args)
public static List<byte[]> splitArray(byte[] array, int blockSize)
public static byte[] encodeLength(int len)
public static byte[] encodeLcLength(int lc)
Copyright © 2019. All rights reserved.