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