entagged.audioformats.asf.data.wrapper
Class ContentDescriptorTagField

java.lang.Object
  extended by entagged.audioformats.asf.data.wrapper.ContentDescriptorTagField
All Implemented Interfaces:
TagField

public class ContentDescriptorTagField
extends Object
implements TagField

This class encapsulates a ContentDescriptorand provides access to it.
The content descriptor used for construction is copied.


Constructor Summary
ContentDescriptorTagField(ContentDescriptor source)
          Creates an instance.
 
Method Summary
 void copyContent(TagField field)
          (overridden)
 String getId()
          (overridden)
 byte[] getRawContent()
          (overridden)
 boolean isBinary()
          (overridden)
 void isBinary(boolean b)
          (overridden)
 boolean isCommon()
          (overridden)
 boolean isEmpty()
          (overridden)
 String toString()
          (overridden)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentDescriptorTagField

public ContentDescriptorTagField(ContentDescriptor source)
Creates an instance.

Parameters:
source - The descriptor which should be represented as a TagField.
Method Detail

copyContent

public void copyContent(TagField field)
(overridden)

Specified by:
copyContent in interface TagField
See Also:
TagField.copyContent(entagged.audioformats.generic.TagField)

getId

public String getId()
(overridden)

Specified by:
getId in interface TagField
See Also:
TagField.getId()

getRawContent

public byte[] getRawContent()
                     throws UnsupportedEncodingException
(overridden)

Specified by:
getRawContent in interface TagField
Throws:
UnsupportedEncodingException
See Also:
TagField.getRawContent()

isBinary

public boolean isBinary()
(overridden)

Specified by:
isBinary in interface TagField
See Also:
TagField.isBinary()

isBinary

public void isBinary(boolean b)
(overridden)

Specified by:
isBinary in interface TagField
See Also:
TagField.isBinary(boolean)

isCommon

public boolean isCommon()
(overridden)

Specified by:
isCommon in interface TagField
See Also:
TagField.isCommon()

isEmpty

public boolean isEmpty()
(overridden)

Specified by:
isEmpty in interface TagField
See Also:
TagField.isEmpty()

toString

public String toString()
(overridden)

Specified by:
toString in interface TagField
Overrides:
toString in class Object
See Also:
TagField.toString()


Copyright © 2007-2011 shredzone.org. All Rights Reserved.