ucar.nc2.iosp.bufr.writer
Class BufrDataDump

java.lang.Object
  extended by ucar.nc2.iosp.bufr.writer.BufrDataDump

public class BufrDataDump
extends Object

reads a file with BUFR messages in it and prints out the data values.

Since:
Dec 17, 2009
Author:
caron

Constructor Summary
BufrDataDump(String filename, OutputStream os)
          Open file as a stream of BUFR messages and print data
 
Method Summary
static void main(String[] args)
           
 void scanBufrFile(String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufrDataDump

public BufrDataDump(String filename,
                    OutputStream os)
             throws IOException
Open file as a stream of BUFR messages and print data

Parameters:
filename - open this file
os - print to here
Throws:
IOException - on IO error
Method Detail

scanBufrFile

public void scanBufrFile(String filename)
                  throws Exception
Throws:
Exception

main

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


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