public class AiffFile extends AudioFile
Modifier and Type | Field and Description |
---|---|
static java.text.SimpleDateFormat |
ISO_DATE_FORMATTER
A static DateFormat object for generating ISO date strings
|
audioHeader, file, logger, tag
Constructor and Description |
---|
AiffFile()
Creates a new empty AiffFile that is not associated with a
specific file.
|
AiffFile(java.io.File file)
Creates a new MP3File datatype and parse the tag from the given file
Object.
|
AiffFile(java.io.File file,
boolean readOnly) |
AiffFile(java.lang.String filename)
Creates a new MP3File datatype and parse the tag from the given filename.
|
Modifier and Type | Method and Description |
---|---|
AiffAudioHeader |
getAiffAudioHeader() |
checkFileExists, checkFilePermissions, commit, createDefaultTag, displayStructureAsPlainText, displayStructureAsXML, getAudioHeader, getBaseFilename, getFile, getTag, getTagAndConvertOrCreateAndSetDefault, getTagOrCreateAndSetDefault, getTagOrCreateDefault, setFile, setTag, toString
public static final java.text.SimpleDateFormat ISO_DATE_FORMATTER
public AiffFile()
public AiffFile(java.lang.String filename) throws java.io.IOException, TagException, ReadOnlyFileException, InvalidAudioFrameException
filename
- AIFF filejava.io.IOException
- on any I/O errorTagException
- on any exception generated by this library.ReadOnlyFileException
InvalidAudioFrameException
public AiffFile(java.io.File file) throws java.io.IOException, TagException, ReadOnlyFileException, InvalidAudioFrameException
file
- MP3 filejava.io.IOException
- on any I/O errorTagException
- on any exception generated by this library.ReadOnlyFileException
InvalidAudioFrameException
public AiffFile(java.io.File file, boolean readOnly) throws java.io.IOException, TagException, ReadOnlyFileException, InvalidAudioFrameException
java.io.IOException
TagException
ReadOnlyFileException
InvalidAudioFrameException
public AiffAudioHeader getAiffAudioHeader()
Copyright © 2005-2013 java.net. All Rights Reserved.