entagged.audioformats.flac.util
Class FlacTagCreator

java.lang.Object
  extended by entagged.audioformats.flac.util.FlacTagCreator

public class FlacTagCreator
extends Object


Field Summary
static int DEFAULT_PADDING
           
 
Constructor Summary
FlacTagCreator()
           
 
Method Summary
 ByteBuffer convert(Tag tag, int paddingSize)
           
 int getTagLength(Tag tag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PADDING

public static final int DEFAULT_PADDING
See Also:
Constant Field Values
Constructor Detail

FlacTagCreator

public FlacTagCreator()
Method Detail

convert

public ByteBuffer convert(Tag tag,
                          int paddingSize)
                   throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException

getTagLength

public int getTagLength(Tag tag)
                 throws UnsupportedEncodingException
Throws:
UnsupportedEncodingException


Copyright © 2007-2008. All Rights Reserved.