public class ArrayUtils extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
arrayMerge(byte[]... arrays) |
static <T> T[] |
arrayMerge(T[]... arrays) |
static int |
byteArrayToInt(byte[] b) |
static byte[] |
intToByteArray(int value) |
public static <T> T[] arrayMerge(T[]... arrays)
public static byte[] arrayMerge(byte[]... arrays)
public static byte[] intToByteArray(int value)
public static int byteArrayToInt(byte[] b)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.