Constructor and Description |
---|
AudioFile(java.io.File f,
EncodingInfo info)
These constructors are used by the different readers, users should not use them, but use the
AudioFileIO.read(File) method instead !. |
AudioFile(java.io.File f,
EncodingInfo info,
Tag tag)
These constructors are used by the different readers, users should not use them, but use the
AudioFileIO.read(File) method instead !. |
AudioFile(java.lang.String s,
EncodingInfo info)
These constructors are used by the different readers, users should not use them, but use the
AudioFileIO.read(File) method instead !. |
AudioFile(java.lang.String s,
EncodingInfo info,
Tag tag)
These constructors are used by the different readers, users should not use them, but use the
AudioFileIO.read(File) method instead !. |