opennlp.tools.util
Class EventTraceStream
java.lang.Object
opennlp.tools.util.EventTraceStream
- All Implemented Interfaces:
- opennlp.model.EventStream
public class EventTraceStream
- extends Object
- implements opennlp.model.EventStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventTraceStream
public EventTraceStream(opennlp.model.EventStream stream,
Writer writer)
hasNext
public boolean hasNext()
throws IOException
- Specified by:
hasNext
in interface opennlp.model.EventStream
- Throws:
IOException
next
public opennlp.model.Event next()
throws IOException
- Specified by:
next
in interface opennlp.model.EventStream
- Throws:
IOException
remove
public void remove()
Copyright © 2010. All Rights Reserved.