| Modifier and Type | Field and Description |
|---|---|
protected int |
bufferSize |
protected xyz.cofe.common.LazyValue<Reader> |
lazyReader |
protected Lock |
lock |
| Constructor and Description |
|---|
LazyLineReader(xyz.cofe.common.LazyValue<Reader> reader) |
LazyLineReader(xyz.cofe.common.LazyValue<Reader> reader,
int bufferSize,
Lock lock) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Iterator<String> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected xyz.cofe.common.LazyValue<Reader> lazyReader
protected int bufferSize
protected final Lock lock
public LazyLineReader(xyz.cofe.common.LazyValue<Reader> reader)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2017. All rights reserved.