|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object magoffin.matt.meta.audio.ID3MetadataResourceFactory
public class ID3MetadataResourceFactory
MetadataResourceFactory
for ID3 metadata, eg. MP3 audio.
Field Summary | |
---|---|
static java.lang.String |
ISO_8859_1_CHARSET
The Java ISO-8859-1 Charset name. |
Constructor Summary | |
---|---|
ID3MetadataResourceFactory()
|
Method Summary | |
---|---|
MetadataResource |
getMetadataResourceInstance(java.io.File file)
Get a MetadataResource for a given file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ISO_8859_1_CHARSET
Constructor Detail |
---|
public ID3MetadataResourceFactory()
Method Detail |
---|
public MetadataResource getMetadataResourceInstance(java.io.File file) throws java.io.IOException, MetadataNotSupportedException
MetadataResourceFactory
MetadataResource
for a given file.
getMetadataResourceInstance
in interface MetadataResourceFactory
file
- the file
java.io.IOException
- if an IO error occurs
MetadataNotSupportedException
- if the file is not supported for any reason
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |