ucar.nc2.iosp.bufr.writer
Class BufrDataDump
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufrDataDump
public BufrDataDump(String filename,
OutputStream os)
throws IOException
- Open file as a stream of BUFR messages and print data
- Parameters:
filename
- open this fileos
- print to here
- Throws:
IOException
- on IO error
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.