public final class BufrNumbers
extends java.lang.Object
Constructor and Description |
---|
BufrNumbers() |
Modifier and Type | Method and Description |
---|---|
static float |
float4(RandomAccessFile raf)
Read 4 bytes and convert into a float value.
|
static int |
int4(RandomAccessFile raf)
Convert 4 bytes into a signed integer.
|
static long |
int8(RandomAccessFile raf)
Read 8 bytes and convert into a signed long.
|
static boolean |
isMissing(long raw,
int bitWidth) |
static int |
uint3(RandomAccessFile raf)
Read 3 bytes and convert into an unsigned integer.
|
public static boolean isMissing(long raw, int bitWidth)
public static int int4(RandomAccessFile raf) throws java.io.IOException
java.io.IOException
public static int uint3(RandomAccessFile raf) throws java.io.IOException
java.io.IOException
public static float float4(RandomAccessFile raf) throws java.io.IOException
java.io.IOException
public static long int8(RandomAccessFile raf) throws java.io.IOException
java.io.IOException