public class ParagraphStream extends FilterObjectStream<String,String>
Constructor and Description |
---|
ParagraphStream(ObjectStream<String> lineStream) |
Modifier and Type | Method and Description |
---|---|
String |
read()
Returns the next object.
|
close, reset
public ParagraphStream(ObjectStream<String> lineStream)
public String read() throws IOException
ObjectStream
IOException
- if there is an error during readingCopyright © 2017 The Apache Software Foundation. All rights reserved.