public class Java9 extends Object
| Constructor and Description |
|---|
Java9() |
| Modifier and Type | Method and Description |
|---|---|
static int |
checkFromIndexSize(int fromIndex,
int size,
int length) |
static int |
compareUnsigned(byte[] bytesA,
byte[] bytesB) |
static <T> List<T> |
listOf(T... items) |
static int |
readNBytes(InputStream inputStream,
byte[] bytes,
int off,
int len) |
static long |
transferTo(InputStream inputStream,
OutputStream out) |
@SafeVarargs public static <T> List<T> listOf(T... items)
public static int compareUnsigned(byte[] bytesA,
byte[] bytesB)
public static int checkFromIndexSize(int fromIndex,
int size,
int length)
public static int readNBytes(InputStream inputStream, byte[] bytes, int off, int len) throws IOException
IOExceptionpublic static long transferTo(InputStream inputStream, OutputStream out) throws IOException
IOExceptionCopyright © 2009–2021. All rights reserved.