ucar.nc2.iosp.bufr.writer
Class BufrDataProcess
java.lang.Object
ucar.nc2.iosp.bufr.writer.BufrDataProcess
public class BufrDataProcess
- extends java.lang.Object
reads a file with BUFR messages in it and prints out the data values.
- Since:
- Dec 17, 2009
- Author:
- caron
|
Constructor Summary |
BufrDataProcess(java.lang.String filename,
java.io.OutputStream os,
java.io.FileFilter ff)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BufrDataProcess
public BufrDataProcess(java.lang.String filename,
java.io.OutputStream os,
java.io.FileFilter ff)
throws java.io.IOException
- Throws:
java.io.IOException
processAllInDir
public int processAllInDir(java.io.File dir,
java.io.OutputStream os,
java.io.FileFilter ff,
ucar.nc2.iosp.bufr.writer.BufrDataProcess.Counter gtotal)
throws java.io.IOException
- Throws:
java.io.IOException
scanBufrFile
public int scanBufrFile(java.lang.String filename,
ucar.nc2.iosp.bufr.writer.BufrDataProcess.Counter total)
throws java.lang.Exception
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.