In Reading mode, will close the underlying ogg/flac file and free its resources. In Writing mode, will write out the Info and Comments objects, and then the audio data.
()
| 93 | * Comments objects, and then the audio data. |
| 94 | */ |
| 95 | public abstract void close() throws IOException; |
| 96 | } |