MCPcopy Create free account
hub / github.com/Gagravarr/VorbisJava / close

Method close

core/src/main/java/org/gagravarr/flac/FlacFile.java:95–95  ·  view source on GitHub ↗

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.

()

Source from the content-addressed store, hash-verified

93 * Comments objects, and then the audio data.
94 */
95 public abstract void close() throws IOException;
96}

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected