nl.coderight.jazz.batch
Class BatchWriter

java.lang.Object
  extended by nl.coderight.jazz.batch.BatchWriter

public class BatchWriter
extends Object


Constructor Summary
BatchWriter()
           
 
Method Summary
 void close()
           
 void open(File file)
           
 void write(BatchRecord record)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchWriter

public BatchWriter()
Method Detail

open

public void open(File file)
          throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException

write

public void write(BatchRecord record)
           throws IOException
Throws:
IOException


Copyright 2010 CodeRight, All rights reserved.