@ThreadSafe public class StandardPropertiesLineReader extends Object implements PropertiesLineReader
| Constructor and Description |
|---|
StandardPropertiesLineReader(Reader delegate) |
StandardPropertiesLineReader(Reader delegate,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected Character |
next() |
Line |
read() |
protected Line |
toLine(StringBuilder sb,
boolean commentLine) |
public StandardPropertiesLineReader(@Nonnull Reader delegate, @Nonnegative int bufferSize)
@Nullable public Line read() throws IOException
read in interface PropertiesLineReaderIOException@Nonnull protected Line toLine(@Nonnull StringBuilder sb, boolean commentLine)
@Nullable protected Character next() throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2024 echocat. All rights reserved.