entagged.audioformats.mp4.util
Class Mp4TagCreator

java.lang.Object
  extended by entagged.audioformats.generic.AbstractTagCreator
      extended by entagged.audioformats.mp4.util.Mp4TagCreator

public class Mp4TagCreator
extends AbstractTagCreator


Constructor Summary
Mp4TagCreator()
           
 
Method Summary
protected  void create(Tag tag, ByteBuffer buf, List fields, int tagSize, int padding)
           
protected  Tag getCompatibleTag(Tag tag)
           
protected  int getFixedTagLength(Tag tag)
           
 
Methods inherited from class entagged.audioformats.generic.AbstractTagCreator
computeTagLength, convert, convert, createFields, getTagLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mp4TagCreator

public Mp4TagCreator()
Method Detail

getFixedTagLength

protected int getFixedTagLength(Tag tag)
                         throws UnsupportedEncodingException
Specified by:
getFixedTagLength in class AbstractTagCreator
Throws:
UnsupportedEncodingException

getCompatibleTag

protected Tag getCompatibleTag(Tag tag)
Specified by:
getCompatibleTag in class AbstractTagCreator

create

protected void create(Tag tag,
                      ByteBuffer buf,
                      List fields,
                      int tagSize,
                      int padding)
               throws UnsupportedEncodingException
Specified by:
create in class AbstractTagCreator
Throws:
UnsupportedEncodingException


Copyright © 2007-2008. All Rights Reserved.