类 Bytes2Number
- java.lang.Object
-
- org.meteoinfo.common.Bytes2Number
-
public class Bytes2Number extends Object
- 作者:
- yaqiang
-
-
构造器概要
构造器 构造器 说明 Bytes2Number()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static intint4(int a, int b, int c, int d)Convert four ints into a signed integer.static intint4(RandomAccessFile raf)Read signed integer of 4 bytes from binary reader
-
-
-
方法详细资料
-
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(RandomAccessFile raf) throws IOException
Read signed integer of 4 bytes from binary reader- 参数:
raf- RandomAccessFile- 返回:
- Signed integer
- 抛出:
IOException
-
-