protected static class OrderedProperties.LineReader extends Object
InputStream or Reader,
skip all comment and blank lines and filter out those leading whitespace
characters ( , and ) from the beginning of a "natural line". Method
returns the char length of the "logical line" and stores the line in
"lineBuf".| Constructor and Description |
|---|
OrderedProperties.LineReader(InputStream inStream)
Creates a new instance using an
InputStream source. |
OrderedProperties.LineReader(Reader reader)
Creates a new instance using a
Reader source. |
public OrderedProperties.LineReader(@Nonnull InputStream inStream)
InputStream source.inStream - the source.Copyright © 2018. All rights reserved.