@ThreadSafe public class StandardPropertiesLineReader extends java.lang.Object implements PropertiesLineReader
| Constructor and Description |
|---|
StandardPropertiesLineReader(java.io.Reader delegate) |
StandardPropertiesLineReader(java.io.Reader delegate,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected java.lang.Character |
next() |
Line |
read() |
protected Line |
toLine(java.lang.StringBuilder sb,
boolean commentLine) |
public StandardPropertiesLineReader(@Nonnull
java.io.Reader delegate)
public StandardPropertiesLineReader(@Nonnull
java.io.Reader delegate,
@Nonnegative
int bufferSize)
@Nullable public Line read() throws java.io.IOException
read in interface PropertiesLineReaderjava.io.IOException@Nonnull protected Line toLine(@Nonnull java.lang.StringBuilder sb, boolean commentLine)
@Nullable
protected java.lang.Character next()
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionCopyright © 2015 echocat. All Rights Reserved.