public class ConlluStream extends Object implements ObjectStream<ConlluSentence>
Constructor and Description |
---|
ConlluStream(InputStreamFactory in) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the
ObjectStream and releases all allocated
resources. |
ConlluSentence |
read()
Returns the next object.
|
void |
reset()
Repositions the stream at the beginning and the previously seen object sequence
will be repeated exactly.
|
public ConlluStream(InputStreamFactory in) throws IOException
IOException
public ConlluSentence read() throws IOException
ObjectStream
read
in interface ObjectStream<ConlluSentence>
IOException
- if there is an error during readingpublic void close() throws IOException
ObjectStream
ObjectStream
and releases all allocated
resources. After close was called its not allowed to call
read or reset.close
in interface AutoCloseable
close
in interface ObjectStream<ConlluSentence>
IOException
- if there is an error during closing the streampublic void reset() throws IOException, UnsupportedOperationException
ObjectStream
reset
in interface ObjectStream<ConlluSentence>
IOException
- if there is an error during reseting the streamUnsupportedOperationException
Copyright © 2017 The Apache Software Foundation. All rights reserved.