|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jaudiotagger.audio.generic.AbstractTagCreator
public abstract class AbstractTagCreator
Abstract class for creating the raw content that represents the tag so it can be written to file.
| Constructor Summary | |
|---|---|
AbstractTagCreator()
|
|
| Method Summary | |
|---|---|
java.nio.ByteBuffer |
convert(Tag tag)
Convert tagdata to rawdata ready for writing to file with no additional padding |
abstract java.nio.ByteBuffer |
convert(Tag tag,
int padding)
Convert tagdata to rawdata ready for writing to file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractTagCreator()
| Method Detail |
|---|
public java.nio.ByteBuffer convert(Tag tag)
throws java.io.UnsupportedEncodingException
tag -
java.io.UnsupportedEncodingException
public abstract java.nio.ByteBuffer convert(Tag tag,
int padding)
throws java.io.UnsupportedEncodingException
tag - padding - TODO is this padding or additional padding
java.io.UnsupportedEncodingException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||