opennlp.tools.util
Class EventTraceStream

java.lang.Object
  extended by opennlp.tools.util.EventTraceStream
All Implemented Interfaces:
EventStream

public class EventTraceStream
extends java.lang.Object
implements EventStream


Constructor Summary
EventTraceStream(EventStream stream, java.io.Writer writer)
           
 
Method Summary
 boolean hasNext()
           
 Event next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventTraceStream

public EventTraceStream(EventStream stream,
                        java.io.Writer writer)
Method Detail

hasNext

public boolean hasNext()
                throws java.io.IOException
Specified by:
hasNext in interface EventStream
Throws:
java.io.IOException

next

public Event next()
           throws java.io.IOException
Specified by:
next in interface EventStream
Throws:
java.io.IOException

remove

public void remove()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.