public interface DataStream
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Test whether there are any Events remaining in this EventStream.
|
java.lang.Object |
nextToken()
Returns the next slice of data held in this DataStream.
|
java.lang.Object nextToken()
boolean hasNext()
Copyright ? 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.