public class StreamingReader
extends java.lang.Object
implements java.lang.AutoCloseable
Modifier and Type | Class and Description |
---|---|
static class |
StreamingReader.Builder |
Constructor and Description |
---|
StreamingReader(StreamingWorkbookReader workbook) |
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 workbook)
public void close() throws java.io.IOException
close
in interface java.lang.AutoCloseable
CloseException
- if there is an issue closing the streamjava.io.IOException
public static StreamingReader.Builder builder()