public class BufrDataProcess
extends java.lang.Object
| Constructor and Description |
|---|
BufrDataProcess(java.lang.String filename,
java.io.OutputStream os,
java.io.FileFilter ff) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
int |
processAllInDir(java.io.File dir,
java.io.OutputStream os,
java.io.FileFilter ff,
ucar.nc2.iosp.bufr.writer.BufrDataProcess.Counter gtotal) |
int |
scanBufrFile(java.lang.String filename,
ucar.nc2.iosp.bufr.writer.BufrDataProcess.Counter total) |
public BufrDataProcess(java.lang.String filename,
java.io.OutputStream os,
java.io.FileFilter ff)
throws java.io.IOException
java.io.IOExceptionpublic 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
java.io.IOExceptionpublic int scanBufrFile(java.lang.String filename,
ucar.nc2.iosp.bufr.writer.BufrDataProcess.Counter total)
throws java.lang.Exception
java.lang.Exceptionpublic static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException