ucar.nc2.iosp.bufr.tables
Class NcepMnemonic

java.lang.Object
  extended by 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
NcepMnemonic()
           
 
Method Summary
static void main(String[] args)
           
static boolean read(InputStream ios, BufrTables.Tables tables)
          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

NcepMnemonic

public NcepMnemonic()
Method Detail

read

public static boolean read(InputStream ios,
                           BufrTables.Tables tables)
                    throws IOException
Used to read mnemonic tables.

Returns:
boolean
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.