entagged.audioformats.mp4.util
Class Mp4TagCoverField
java.lang.Object
entagged.audioformats.mp4.util.Mp4TagField
entagged.audioformats.mp4.util.Mp4TagBinaryField
entagged.audioformats.mp4.util.Mp4TagCoverField
- All Implemented Interfaces:
- TagField
public class Mp4TagCoverField
- extends Mp4TagBinaryField
Fields inherited from class entagged.audioformats.mp4.util.Mp4TagField |
id |
Method Summary |
boolean |
isBinary()
Determines whether the represented field contains (is made up of) binary
data, instead of text data.
Software can identify fields to be displayed because they are human
readable if this mehtod returns false . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface entagged.audioformats.generic.TagField |
toString |
Mp4TagCoverField
public Mp4TagCoverField()
Mp4TagCoverField
public Mp4TagCoverField(byte[] raw)
throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
isBinary
public boolean isBinary()
- Description copied from interface:
TagField
- Determines whether the represented field contains (is made up of) binary
data, instead of text data.
Software can identify fields to be displayed because they are human
readable if this mehtod returns false
.
- Specified by:
isBinary
in interface TagField
- Overrides:
isBinary
in class Mp4TagBinaryField
- Returns:
true
if field represents binary data (not human
readable).
Copyright © 2007-2008. All Rights Reserved.