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