public final class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<DataFrame> |
completedFrame(byte[] fragment,
boolean last) |
static byte[] |
toArray(long length) |
static long |
toLong(byte[] bytes,
int start,
int end) |
static List<String> |
toString(byte[] bytes) |
static List<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 CompletableFuture<DataFrame> completedFrame(byte[] fragment, boolean last)
Copyright © 2019 Oracle Corporation. All Rights Reserved.