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, resetpublic ParagraphStream(ObjectStream<String> lineStream)
public String read() throws IOException
ObjectStreamIOException - if there is an error during readingCopyright © 2017 The Apache Software Foundation. All rights reserved.