Maven module :un.storage : media-mpeg4 :
Class : un.storage.media.mp4.api.Artwork
Extends/Implements : -
Subclasses : -

author  Alexander Simm


Variables : -
Functions : Artwork, getType, getData, getImage



void Artwork (Type type, byte[] data)


Returns the type of data in this artwork.
see  Type
return  the data's type
public Type getType ()


Returns the encoded data of this artwork.
return  the encoded data
public byte[] getData ()


Returns the decoded image, that can be painted.
return  the decoded image
throws  IOException if decoding fails
public Image getImage ()