public class EventTraceStream extends Object implements EventStream
| Constructor and Description |
|---|
EventTraceStream(EventStream stream,
Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Test whether there are any Events remaining in this EventStream.
|
Event |
next()
Returns the next Event object held in this EventStream.
|
void |
remove() |
public EventTraceStream(EventStream stream, Writer writer)
public boolean hasNext()
throws IOException
EventStreamhasNext in interface EventStreamIOExceptionpublic Event next() throws IOException
EventStreamnext in interface EventStreamIOExceptionpublic void remove()
Copyright © 2019 The Apache Software Foundation. All rights reserved.