类 Bytes2Number
- java.lang.Object
-
- org.meteoinfo.global.Bytes2Number
-
public class Bytes2Number extends java.lang.Object- 作者:
- yaqiang
-
-
构造器概要
构造器 构造器 说明 Bytes2Number()
-
-
-
方法详细资料
-
int4
public static int int4(int a, int b, int c, int d)Convert four ints into a signed integer.- 参数:
a- Highest intb- Higher middle intc- Lower middle intd- Lowest int- 返回:
- Integer value
-
int4
public static int int4(java.io.RandomAccessFile raf) throws java.io.IOExceptionRead signed integer of 4 bytes from binary reader- 参数:
raf- RandomAccessFile- 返回:
- Signed integer
- 抛出:
java.io.IOException
-
-