public final class Bytes extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
fill(InputStream inputStream,
byte[] bytes) |
static byte[] |
get(InputStream inputStream,
long length) |
static byte[] |
get(RandomAccessData data) |
static long |
littleEndianValue(byte[] bytes,
int offset,
int length) |
public static byte[] get(RandomAccessData data) throws IOException
IOExceptionpublic static byte[] get(InputStream inputStream, long length) throws IOException
IOExceptionpublic static boolean fill(InputStream inputStream, byte[] bytes) throws IOException
IOExceptionpublic static long littleEndianValue(byte[] bytes,
int offset,
int length)
Copyright © 2019. All rights reserved.