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, resetpublic EventTraceStream(ObjectStream<Event> stream, Writer writer)
public Event read() throws IOException
ObjectStreamIOException - if there is an error during readingpublic void remove()
Copyright © 2017 The Apache Software Foundation. All rights reserved.