public class PlainTextByLineDataStream extends Object implements DataStream
| Constructor and Description |
|---|
PlainTextByLineDataStream(Reader dataSource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Test whether there are any Events remaining in this EventStream.
|
Object |
nextToken()
Returns the next slice of data held in this DataStream.
|
public PlainTextByLineDataStream(Reader dataSource)
public Object nextToken()
DataStreamnextToken in interface DataStreampublic boolean hasNext()
DataStreamhasNext in interface DataStreamCopyright © 2016 The Apache Software Foundation. All rights reserved.