public class FlacTagCreator extends AbstractTagCreator
Modifier and Type | Field and Description |
---|---|
private static VorbisCommentCreator |
creator |
static int |
DEFAULT_PADDING |
static java.util.logging.Logger |
logger |
Constructor and Description |
---|
FlacTagCreator() |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
convert(Tag tag,
int paddingSize)
Convert tagdata to rawdata ready for writing to file
|
convert
public static java.util.logging.Logger logger
public static final int DEFAULT_PADDING
private static final VorbisCommentCreator creator
public java.nio.ByteBuffer convert(Tag tag, int paddingSize) throws java.io.UnsupportedEncodingException
AbstractTagCreator
convert
in class AbstractTagCreator
tag
- paddingSize
- extra padding to be addedjava.io.UnsupportedEncodingException
Copyright © 2005-2013 java.net. All Rights Reserved.