entagged.audioformats.ape.util
Class ApeTagCreator

java.lang.Object
  extended by entagged.audioformats.generic.AbstractTagCreator
      extended by entagged.audioformats.ape.util.ApeTagCreator

public class ApeTagCreator
extends AbstractTagCreator


Constructor Summary
ApeTagCreator()
           
 
Method Summary
 void create(Tag tag, ByteBuffer buf, List fields, int tagSize, int paddingSize)
           
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

ApeTagCreator

public ApeTagCreator()
Method Detail

create

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

getCompatibleTag

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

getFixedTagLength

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


Copyright © 2007-2008. All Rights Reserved.