| Modifier and Type | Field and Description |
|---|---|
protected int |
bufferSize |
protected LazyValue<Reader> |
lazyReader |
protected Lock |
lock |
| Constructor and Description |
|---|
LazyLineReader(LazyValue<Reader> reader) |
LazyLineReader(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 int bufferSize
protected final Lock lock
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2018. All rights reserved.