public class EmptyLinePreprocessorStream extends FilterObjectStream<String,String>
 Note:
 This class is not thread safe. 
 Do not use this class, internal use only!
| Constructor and Description | 
|---|
EmptyLinePreprocessorStream(ObjectStream<String> in)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
read()
Returns the next object. 
 | 
close, resetpublic EmptyLinePreprocessorStream(ObjectStream<String> in)
public String read() throws IOException
ObjectStreamIOException - if there is an error during readingCopyright © 2021 The Apache Software Foundation. All rights reserved.