public class DsfFileWriter extends AudioFileWriter2
logger, MINIMUM_FILESIZE
Constructor and Description |
---|
DsfFileWriter() |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
convert(AbstractID3v2Tag tag)
Convert ID3 tag into a ByteBuffer, also ensures always even to avoid problems
|
protected void |
deleteTag(Tag tag,
Path file)
Delete Metadata tag
|
protected void |
writeTag(Tag tag,
Path file)
Must be implemented by each audio format
|
delete, deleteTag, write, writeTag
delete, setAudioFileModificationListener
protected void writeTag(Tag tag, Path file) throws CannotWriteException
AudioFileWriter2
writeTag
in class AudioFileWriter2
CannotWriteException
public ByteBuffer convert(AbstractID3v2Tag tag) throws UnsupportedEncodingException
tag
- UnsupportedEncodingException
protected void deleteTag(Tag tag, Path file) throws CannotWriteException
deleteTag
in class AudioFileWriter2
tag
- file
- CannotWriteException
IOException
Copyright © 2005–2020 jthink.net. All rights reserved.