public class EventTraceStream extends FilterObjectStream<Event,Event>
Constructor and Description |
---|
EventTraceStream(ObjectStream<Event> stream,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
Event |
read()
Returns the next object.
|
void |
remove() |
close, reset
public EventTraceStream(ObjectStream<Event> stream, Writer writer)
public Event read() throws IOException
ObjectStream
IOException
- if there is an error during readingpublic void remove()
Copyright © 2020 The Apache Software Foundation. All rights reserved.