nl.coderight.jazz.batch
Class BatchReader

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

public class BatchReader
extends Object


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

Constructor Detail

BatchReader

public BatchReader()
Method Detail

open

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

close

public final void close()
                 throws IOException
Throws:
IOException

read

public BatchRecord read()
                 throws IOException
Throws:
IOException


Copyright 2010 CodeRight, All rights reserved.