ucar.nc2.iosp.bufr.writer
Class BufrDataProcess

java.lang.Object
  extended by 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

Constructor Summary
BufrDataProcess(String filename, OutputStream os, FileFilter ff)
           
 
Method Summary
static void main(String[] args)
           
 int processAllInDir(File dir, OutputStream os, FileFilter ff, ucar.nc2.iosp.bufr.writer.BufrDataProcess.Counter gtotal)
           
 int scanBufrFile(String filename, ucar.nc2.iosp.bufr.writer.BufrDataProcess.Counter total)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufrDataProcess

public BufrDataProcess(String filename,
                       OutputStream os,
                       FileFilter ff)
                throws IOException
Throws:
IOException
Method Detail

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.