Sets the version of the file that will be written.
(Version value)
| 731 | * Sets the version of the file that will be written. |
| 732 | */ |
| 733 | public WriterOptions version(Version value) { |
| 734 | versionValue = value; |
| 735 | return this; |
| 736 | } |
| 737 | |
| 738 | /** |
| 739 | * Add a listener for when the stripe and file are about to be closed. |
no outgoing calls