public class StreamingReader extends Object implements Iterable<org.apache.poi.ss.usermodel.Row>, AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamingReader.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StreamingReader.Builder |
builder() |
void |
close()
Closes the streaming resource, attempting to clean up any temporary files created.
|
Iterator<org.apache.poi.ss.usermodel.Row> |
iterator()
Returns a new streaming iterator to loop through rows.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<org.apache.poi.ss.usermodel.Row> iterator()
public void close()
close in interface AutoCloseableCloseException - if there is an issue closing the streampublic static StreamingReader.Builder builder()
Copyright © 2015. All rights reserved.