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
EventStream
hasNext
in interface EventStream
IOException
public Event next() throws IOException
EventStream
next
in interface EventStream
IOException
public void remove()
Copyright © 2015 The Apache Software Foundation. All rights reserved.