|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object magoffin.matt.meta.support.AbstractMetadataResource magoffin.matt.meta.support.AbstractEnumMetadataResource<AudioMetadataType> magoffin.matt.meta.audio.ID3v2_2MetadataResource magoffin.matt.meta.audio.ID3v2_3MetadataResource magoffin.matt.meta.audio.ID3v2_4MetadataResource
public class ID3v2_4MetadataResource
MetadataResource
implementation for ID3v2.3 resources.
Field Summary |
---|
Fields inherited from class magoffin.matt.meta.support.AbstractMetadataResource |
---|
log |
Constructor Summary | |
---|---|
ID3v2_4MetadataResource(java.io.RandomAccessFile file)
Construct with a RandomAccessFile. |
Method Summary | |
---|---|
protected MP3Tag |
getMP3Tag(java.io.RandomAccessFile file)
Get a MP3Tag implementation for a file. |
Methods inherited from class magoffin.matt.meta.audio.ID3v2_3MetadataResource |
---|
handleAlbumCover |
Methods inherited from class magoffin.matt.meta.audio.ID3v2_2MetadataResource |
---|
getFile, getMpegAudioMetadata, parseMetadata |
Methods inherited from class magoffin.matt.meta.support.AbstractEnumMetadataResource |
---|
addError, addValue, getValue, getValues, setValue, setValues |
Methods inherited from class magoffin.matt.meta.support.AbstractMetadataResource |
---|
addError, addValue, clearValues, getParsedKeys, getParseErrors, getValue, getValueList, getValues, setValue, setValues |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface magoffin.matt.meta.audio.AudioMetadataResource |
---|
getValue, getValues |
Methods inherited from interface magoffin.matt.meta.MetadataResource |
---|
getParsedKeys, getParseErrors, getValue, getValues |
Constructor Detail |
---|
public ID3v2_4MetadataResource(java.io.RandomAccessFile file) throws java.io.IOException
file
- the file
java.io.IOException
- if an error occursMethod Detail |
---|
protected MP3Tag getMP3Tag(java.io.RandomAccessFile file) throws java.io.IOException
MP3Tag
implementation for a file.
getMP3Tag
in class ID3v2_3MetadataResource
file
- the file
java.io.IOException
- if an IO error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |