public class AsfTagBannerField extends AbstractAsfTagImageField
toWrap
Constructor and Description |
---|
AsfTagBannerField()
Creates an instance with no image data.
|
AsfTagBannerField(byte[] imageData)
Creates an instance with specified data as image content.
|
AsfTagBannerField(MetadataDescriptor descriptor)
Creates an instance with given descriptor as image content.
|
Modifier and Type | Method and Description |
---|---|
int |
getImageDataSize()
Returns the size of the image data.
|
byte[] |
getRawImageData()
Returns the raw data of the represented image.
|
getImage
clone, copyContent, getDescriptor, getId, getRawContent, isBinary, isBinary, isCommon, isEmpty, toString
public AsfTagBannerField()
public AsfTagBannerField(MetadataDescriptor descriptor)
descriptor
- image content.public AsfTagBannerField(byte[] imageData)
imageData
- image content.public int getImageDataSize()
getImageDataSize
in class AbstractAsfTagImageField
public byte[] getRawImageData()
getRawImageData
in class AbstractAsfTagImageField
Copyright © 2005-2013 java.net. All Rights Reserved.