|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReader<TYPE>
| Method Summary | |
|---|---|
boolean |
hasNext()
Checks the availablity of a next object in the stream. |
TYPE |
read()
Returns the next Object of this reader. |
| Method Detail |
|---|
TYPE read()
null if no object is left.
boolean hasNext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||