ucar.nc2.iosp.bufr.writer
Class BufrDataProcess
java.lang.Object
ucar.nc2.iosp.bufr.writer.BufrDataProcess
public class BufrDataProcess
- 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 |
BufrDataProcess
public BufrDataProcess(String filename,
OutputStream os,
FileFilter ff)
throws IOException
- Throws:
IOException
processAllInDir
public int processAllInDir(File dir,
OutputStream os,
FileFilter ff,
ucar.nc2.iosp.bufr.writer.BufrDataProcess.Counter gtotal)
throws IOException
- Throws:
IOException
scanBufrFile
public int scanBufrFile(String filename,
ucar.nc2.iosp.bufr.writer.BufrDataProcess.Counter total)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.