Package 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
-
-
Constructor Summary
Constructors Constructor Description BufrDataProcess(String filename, OutputStream os, FileFilter ff)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
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
-
-