entagged.audioformats.ogg.util
Class OggTagCreator

java.lang.Object
  extended by entagged.audioformats.generic.AbstractTagCreator
      extended by entagged.audioformats.ogg.util.OggTagCreator

public class OggTagCreator
extends AbstractTagCreator


Constructor Summary
OggTagCreator()
           
 
Method Summary
 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

OggTagCreator

public OggTagCreator()
Method Detail

create

public void create(Tag tag,
                   ByteBuffer buf,
                   List fields,
                   int tagSize,
                   int padding)
            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)
                         throws UnsupportedEncodingException
Specified by:
getFixedTagLength in class AbstractTagCreator
Throws:
UnsupportedEncodingException


Copyright © 2007-2008. All Rights Reserved.