public class StreamingReader extends Object implements AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamingReader.Builder |
| Constructor and Description |
|---|
StreamingReader(StreamingWorkbookReader workbookReader) |
| Modifier and Type | Method and Description |
|---|---|
static StreamingReader.Builder |
builder() |
void |
close()
Closes the streaming resource, attempting to clean up any temporary files created.
|
public StreamingReader(StreamingWorkbookReader workbookReader)
public void close()
throws IOException
close in interface AutoCloseableCloseException - if there is an issue closing the streamIOExceptionpublic static StreamingReader.Builder builder()