ucar.nc2.iosp.bufr.tables
Class BufrReadMnemonic

java.lang.Object
  extended by ucar.nc2.iosp.bufr.tables.BufrReadMnemonic

public final class BufrReadMnemonic
extends java.lang.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
BufrReadMnemonic()
          Constructs a BufrRead mnemonic object.
 
Method Summary
 TableB getTableB()
          tableB from mnemonic.
 TableD getTableD()
          tableD from mnemonic.
static void main(java.lang.String[] args)
           
 boolean readMnemonic(java.lang.String tablename)
          Used to read mnemonic tables.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufrReadMnemonic

public BufrReadMnemonic()
                 throws java.io.IOException
Constructs a BufrRead mnemonic object. Use this constructor

Throws:
java.io.IOException
Method Detail

readMnemonic

public boolean readMnemonic(java.lang.String tablename)
Used to read mnemonic tables.

Returns:
boolean
Throws:
java.io.IOException

getTableB

public final TableB getTableB()
tableB from mnemonic.

Returns:
tableB

getTableD

public final TableD getTableD()
tableD from mnemonic.

Returns:
tableD

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException