public class BufrSplitter
extends java.lang.Object
Constructor and Description |
---|
BufrSplitter(java.lang.String dirName,
java.util.Formatter out) |
Modifier and Type | Method and Description |
---|---|
void |
execute(java.lang.String filename) |
void |
exit() |
Message |
getMessage(RandomAccessFile raf) |
static void |
main(java.lang.String[] args) |
void |
processStream(java.io.InputStream is) |
public BufrSplitter(java.lang.String dirName, java.util.Formatter out) throws java.io.IOException
java.io.IOException
public void execute(java.lang.String filename) throws java.io.IOException
java.io.IOException
public void exit()
public void processStream(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public Message getMessage(RandomAccessFile raf) throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception