Closes the opened file fixing all properties and/or contents changes.
@param path a file path relative to the root directory opened by {@link #openRoot(long) openRoot()}
@param textChecksum an MD5 checksum for the modified file
@throws SVNException if the calculated upon the actual changed contents checksum does not match the expected textChecksum
Close the file at the specified URL. This method should be called when no more calls to getSamples(). are required.
@exception IOException If there is a problem closing thefile.
Open a the file specified in the constructor for writing, write the accumulated audio samples (obtained via putSamples()) to the file specified in the constructor, and close the file. This method should be called when no more calls to putSamples() are required. An exception will occur if putSamples() is called after this method is invoked.
@exception IOException If there is a problem closing theaudio resources, or if the "write audio data to file" constructor was used and the sound file has an unsupported format.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.