Package ucar.nc2.iosp.bufr.tables
Class NcepMnemonic
- java.lang.Object
-
- ucar.nc2.iosp.bufr.tables.NcepMnemonic
-
public class NcepMnemonic extends Object
A class that reads a mnemonic table. It doesn't include X < 48 and Y < 192 type of descriptors because they are already stored in the latest WMO tables.
-
-
Constructor Summary
Constructors Constructor Description NcepMnemonic()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
read(InputStream ios, BufrTables.Tables tables)
Read NCEP mnemonic BUFR tables.
-
-
-
Method Detail
-
read
public static boolean read(InputStream ios, BufrTables.Tables tables) throws IOException
Read NCEP mnemonic BUFR tables.- Returns:
- true on success.
- Throws:
IOException
-
-