entagged.audioformats.mp4.util
Class Mp4TagCoverField

java.lang.Object
  extended by entagged.audioformats.mp4.util.Mp4TagField
      extended by entagged.audioformats.mp4.util.Mp4TagBinaryField
          extended by entagged.audioformats.mp4.util.Mp4TagCoverField
All Implemented Interfaces:
TagField

public class Mp4TagCoverField
extends Mp4TagBinaryField


Field Summary
 
Fields inherited from class entagged.audioformats.mp4.util.Mp4TagBinaryField
dataBytes, isBinary
 
Fields inherited from class entagged.audioformats.mp4.util.Mp4TagField
id
 
Constructor Summary
Mp4TagCoverField()
           
Mp4TagCoverField(byte[] raw)
           
 
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 entagged.audioformats.mp4.util.Mp4TagBinaryField
build, copyContent, getData, getRawContent, isEmpty, setData
 
Methods inherited from class entagged.audioformats.mp4.util.Mp4TagField
getId, getIdBytes, isBinary, isCommon
 
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
 

Constructor Detail

Mp4TagCoverField

public Mp4TagCoverField()

Mp4TagCoverField

public Mp4TagCoverField(byte[] raw)
                 throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException
Method Detail

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.