protected static class OrderedProperties.LineReader extends Object
InputStream or Reader,
skips all comment and blank lines and filters out leading whitespace
characters from the beginning of a "natural line". This method returns
the character 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 © 2024. All rights reserved.