public interface AbstractBatchDataInputStream
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
fetchHeader()
Returns the header data if any
|
boolean |
hasNext()
Return a boolean indicating if there
is unread data in the Input Stream
|
java.lang.Object |
read()
Return the next record
|
java.lang.Object |
read(java.lang.Object parameters)
Return the next record based on the input parameters.
|
boolean hasNext()
throws java.lang.Exception
java.lang.Exceptionjava.lang.Object read()
throws java.lang.Exception
java.lang.Exceptionjava.lang.Object read(java.lang.Object parameters)
throws java.lang.Exception
parameters - java.lang.Exceptionjava.lang.Object fetchHeader()