|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jaudiotagger.tag.asf.AsfTagField
org.jaudiotagger.tag.asf.AbstractAsfTagImageField
abstract class AbstractAsfTagImageField
An AbstractAsfTagImageField is an abstract class for representing tag
fields containing image data.
| Field Summary |
|---|
| Fields inherited from class org.jaudiotagger.tag.asf.AsfTagField |
|---|
toWrap |
| Constructor Summary | |
|---|---|
AbstractAsfTagImageField(AsfFieldKey field)
Creates a image tag field. |
|
AbstractAsfTagImageField(MetadataDescriptor source)
Creates an instance. |
|
AbstractAsfTagImageField(java.lang.String fieldKey)
Creates a tag field. |
|
| Method Summary | |
|---|---|
java.awt.image.BufferedImage |
getImage()
This method returns an image instance from the image content. |
abstract int |
getImageDataSize()
Returns the size of the image data. |
abstract byte[] |
getRawImageData()
Returns the raw data of the represented image. |
| Methods inherited from class org.jaudiotagger.tag.asf.AsfTagField |
|---|
clone, copyContent, getDescriptor, getId, getRawContent, isBinary, isBinary, isCommon, isEmpty, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractAsfTagImageField(AsfFieldKey field)
field - the ASF field that should be represented.public AbstractAsfTagImageField(MetadataDescriptor source)
source - The descriptor which should be represented as a
TagField.public AbstractAsfTagImageField(java.lang.String fieldKey)
fieldKey - The field identifier to use.| Method Detail |
|---|
public java.awt.image.BufferedImage getImage()
throws java.io.IOException
java.io.IOExceptionpublic abstract int getImageDataSize()
public abstract byte[] getRawImageData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||