|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.modules.repository.tags.tag.image.InternalPictureTagger
public class InternalPictureTagger
Tagger for internal pictures
Constructor Summary | |
---|---|
InternalPictureTagger()
|
Method Summary | |
---|---|
static void |
addPictureToTag(byte[] image,
Tag tag)
Adds a picture to a tag |
static byte[] |
getInsidePictureAsByteArray(AudioFile file)
Returns image stored into audio file as byte array, if exists. |
static boolean |
hasInternalPicture(Tag tag)
Checks if a tag has an internal picture |
static boolean |
supportsInternalPicture(Tag tag)
Checks if a tag does support internal images |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InternalPictureTagger()
Method Detail |
---|
public static void addPictureToTag(byte[] image, Tag tag)
image
- the picture that should be added, if null all pictures will be
deletedtag
- the tagpublic static boolean hasInternalPicture(Tag tag)
tag
- Tag
public static byte[] getInsidePictureAsByteArray(AudioFile file)
file
- the file
public static boolean supportsInternalPicture(Tag tag)
tag
- tag
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |