Create a default options object that can be customized for creating a RecordReader. @return a new default Options object @since 1.2.0
()
| 722 | * @since 1.2.0 |
| 723 | */ |
| 724 | Options options(); |
| 725 | |
| 726 | /** |
| 727 | * Create a RecordReader that reads everything with the default options. |
no outgoing calls