public final class Utils
extends java.lang.Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
toArray(long length) |
static long |
toLong(byte[] bytes,
int start,
int end) |
static java.util.List<java.lang.String> |
toString(byte[] bytes) |
static java.util.List<java.lang.String> |
toString(byte[] bytes,
int start,
int end) |
public static byte[] toArray(long length)
public static long toLong(byte[] bytes,
int start,
int end)
public static java.util.List<java.lang.String> toString(byte[] bytes)
public static java.util.List<java.lang.String> toString(byte[] bytes,
int start,
int end)
Copyright © 2018 Oracle Corporation. All Rights Reserved.