public final class Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
buildDataArray(int len) |
static void |
closeQuietly(Closeable closable) |
static byte[] |
concat(byte[]... arrays) |
static String |
concatWithDelimiter(String[] strings,
String delimiter) |
static String |
encodeHtml(String value) |
static String |
multiplyString(String value,
int number) |
static byte[] |
readFully(InputStream inputStream) |
public static byte[] concat(byte[]... arrays)
public static void closeQuietly(Closeable closable)
public static byte[] readFully(InputStream inputStream) throws IOException
IOExceptionpublic static byte[] buildDataArray(int len)
Copyright © 2019. All rights reserved.