|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataReader
A data reader gets data from the application. This is the generic interface to an data reader.
| Method Summary | |
|---|---|
boolean |
close()
Close an data reader. |
DataItem |
read()
Read an item of data from the input |
boolean |
ready()
Is the reader ready to present more data. |
| Method Detail |
|---|
DataItem read()
throws java.io.IOException
java.io.IOException
boolean close()
throws java.io.IOException
java.io.IOException
boolean ready()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||