public class Bytes2Number extends Object
| 构造器 | 说明 |
|---|---|
Bytes2Number() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static int |
int4(int a,
int b,
int c,
int d) |
Convert four ints into a signed integer.
|
static int |
int4(RandomAccessFile raf) |
Read signed integer of 4 bytes from binary reader
|
public static int int4(int a,
int b,
int c,
int d)
a - Highest intb - Higher middle intc - Lower middle intd - Lowest intpublic static int int4(RandomAccessFile raf) throws IOException
raf - RandomAccessFileIOExceptionCopyright © 2019. All rights reserved.