Package ucar.nc2.iosp.bufr.writer
Class BufrSplitter
- java.lang.Object
-
- ucar.nc2.iosp.bufr.writer.BufrSplitter
-
public class BufrSplitter extends Object
Reads BUFR files and splits them into separate files based on Message.hashCode()- Since:
- 6/12/13
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(String filename)
void
exit()
Message
getMessage(RandomAccessFile raf)
static void
main(String[] args)
-
-
-
Method Detail
-
execute
public void execute(String filename) throws IOException
- Throws:
IOException
-
exit
public void exit()
-
getMessage
public Message getMessage(RandomAccessFile raf) throws IOException
- Throws:
IOException
-
-