|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StreamSource
A stream source interface. I'm leaving it to the implementations to deal with construction of reuse. Yes, in know this invites bad style.
Version History
EPG - Initial (toolkit) - 7 SEP 03
| Method Summary | |
|---|---|
boolean |
hasMore()
Does the source have more to get? |
int |
next()
Get the next byte. |
| Method Detail |
|---|
int next()
throws java.lang.Exception
java.lang.Exception
boolean hasMore()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||